#9641CA

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

Shades of Dark Orchid #9641CA

Tints of Dark Orchid #9641CA

Color information

#9641CA (or 0x9641CA) is unknown color: approx Dark Orchid. HEX triplet: 96, 41 and CA. RGB value is (150,65,202). Sum of RGB (Red+Green+Blue) = 150+65+202=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #9641CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641CA is #69BE35. Grayscale: #696969. Windows color (decimal): -6929974 or 13255062. OLE color: 13255062.

HSL color Cylindrical-coordinate representation of color #9641CA: hue angle of 277.23º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9641CA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15065202-
CMYK0.260.6800.21
HSL277.23º56.38%52.35%-
HSV(B)277.23º67.82%79.22%-
XYZ25.1314.5357.36-
YUV106.03182.16159.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=35.97%
G=15.59%
B=48.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150652020.260.6800.21277.2356.3852.35
Hex9641CA1A440151153834
Octal226101312321040254257064
Binary10010110100000111001010110101000100010101100010101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9641CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9641CA; }

 p { color: rgb(150,65,202); }

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

<style>
 a { background-color: #9641CA; }

 a { background-color: rgb(150,65,202); }

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

<style>
 span { border-color: #9641CA; }

 span { border-color: rgb(150,65,202); }

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