#9536C6

Color #9536C6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9536C6

Tints of Dark Orchid #9536C6

Color information

#9536C6 (or 0x9536C6) is unknown color: approx Dark Orchid. HEX triplet: 95, 36 and C6. RGB value is (149,54,198). Sum of RGB (Red+Green+Blue) = 149+54+198=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #9536C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9536C6 is #6AC939. Grayscale: #626262. Windows color (decimal): -6998330 or 12990101. OLE color: 12990101.

HSL color Cylindrical-coordinate representation of color #9536C6: hue angle of 279.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9536C6 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14954198-
CMYK0.250.7300.22
HSL279.58º57.14%49.41%-
HSV(B)279.58º72.73%77.65%-
XYZ23.9113.1154.7-
YUV98.82183.97163.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 198 (77.73% from 255) = 49.38%
R=37.16%
G=13.47%
B=49.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149541980.250.7300.22279.5857.1449.41
Hex9536C619490161183931
Octal22566306311110264307161
Binary1001010111011011000110110011001001010110100011000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9536C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9536C6; }

 p { color: rgb(149,54,198); }

 H1.HeaderClassName
 {
   color: #9536C6;
 }
 .AnyTagClassName
 {
   color: #9536C6;
 }
</style>
background-color css

<style>
 a { background-color: #9536C6; }

 a { background-color: rgb(149,54,198); }

 div.DivClassName
 {
   background-color: #9536C6;
 }
 .BgClassName
 {
   background-color: #9536C6;
 }
</style>
border-color css

<style>
 span { border-color: #9536C6; }

 span { border-color: rgb(149,54,198); }

 td.TdClassName
 {
   border-color: #9536C6;
 }
 .TagClassName
 {
   border-color: #9536C6;
 }
</style>