#8935CD

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

Shades of Dark Orchid #8935CD

Tints of Dark Orchid #8935CD

Color information

#8935CD (or 0x8935CD) is unknown color: approx Dark Orchid. HEX triplet: 89, 35 and CD. RGB value is (137,53,205). Sum of RGB (Red+Green+Blue) = 137+53+205=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #8935CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8935CD is #76CA32. Grayscale: #5E5E5E. Windows color (decimal): -7785011 or 13448585. OLE color: 13448585.

HSL color Cylindrical-coordinate representation of color #8935CD: hue angle of 273.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8935CD is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13753205-
CMYK0.330.7400.20
HSL273.16º60.32%50.59%-
HSV(B)273.16º74.15%80.39%-
XYZ22.6112.2758.93-
YUV95.44189.83157.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 53 (21.09% from 255) = 13.42%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=34.68%
G=13.42%
B=51.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137532050.330.7400.20273.1660.3250.59
Hex8935CD214A0141113c33
Octal21165315411120244217463
Binary10001001110101110011011000011001010010100100010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8935CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8935CD; }

 p { color: rgb(137,53,205); }

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

<style>
 a { background-color: #8935CD; }

 a { background-color: rgb(137,53,205); }

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

<style>
 span { border-color: #8935CD; }

 span { border-color: rgb(137,53,205); }

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