#8245CA

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

Shades of Dark Orchid #8245CA

Tints of Dark Orchid #8245CA

Color information

#8245CA (or 0x8245CA) is unknown color: approx Dark Orchid. HEX triplet: 82, 45 and CA. RGB value is (130,69,202). Sum of RGB (Red+Green+Blue) = 130+69+202=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #8245CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245CA is #7DBA35. Grayscale: #656565. Windows color (decimal): -8239670 or 13256066. OLE color: 13256066.

HSL color Cylindrical-coordinate representation of color #8245CA: hue angle of 267.52º 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 #8245CA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13069202-
CMYK0.360.6600.21
HSL267.52º55.65%53.14%-
HSV(B)267.52º65.84%79.22%-
XYZ21.9913.2757.28-
YUV102.4184.21147.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=32.42%
G=17.21%
B=50.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130692020.360.6600.21267.5255.6553.14
Hex8245CA244201510c3835
Octal202105312441020254147065
Binary100000101000101110010101001001000010010101100001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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