#8041CA

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

Shades of Dark Orchid #8041CA

Tints of Dark Orchid #8041CA

Color information

#8041CA (or 0x8041CA) is unknown color: approx Dark Orchid. HEX triplet: 80, 41 and CA. RGB value is (128,65,202). Sum of RGB (Red+Green+Blue) = 128+65+202=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #8041CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041CA is #7FBE35. Grayscale: #626262. Windows color (decimal): -8371766 or 13255040. OLE color: 13255040.

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

Color convert

RGB12865202-
CMYK0.370.6800.21
HSL267.59º56.38%52.35%-
HSV(B)267.59º67.82%79.22%-
XYZ21.4512.6357.19-
YUV99.46185.87148.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=32.41%
G=16.46%
B=51.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128652020.370.6800.21267.5956.3852.35
Hex8041CA254401510c3834
Octal200101312451040254147064
Binary100000001000001110010101001011000100010101100001100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8041CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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