#9645CA

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

Shades of Dark Orchid #9645CA

Tints of Dark Orchid #9645CA

Color information

#9645CA (or 0x9645CA) is unknown color: approx Dark Orchid. HEX triplet: 96, 45 and CA. RGB value is (150,69,202). Sum of RGB (Red+Green+Blue) = 150+69+202=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #9645CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645CA is #69BA35. Grayscale: #6B6B6B. Windows color (decimal): -6928950 or 13256086. OLE color: 13256086.

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

Color convert

RGB15069202-
CMYK0.260.6600.21
HSL276.54º55.65%53.14%-
HSV(B)276.54º65.84%79.22%-
XYZ25.371557.44-
YUV108.38180.84157.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=35.63%
G=16.39%
B=47.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150692020.260.6600.21276.5455.6553.14
Hex9645CA1A420151153835
Octal226105312321020254257065
Binary10010110100010111001010110101000010010101100010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9645CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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