#8929CC

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

Shades of Dark Orchid #8929CC

Tints of Dark Orchid #8929CC

Color information

#8929CC (or 0x8929CC) is unknown color: approx Dark Orchid. HEX triplet: 89, 29 and CC. RGB value is (137,41,204). Sum of RGB (Red+Green+Blue) = 137+41+204=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #8929CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8929CC is #76D633. Grayscale: #575757. Windows color (decimal): -7788084 or 13379977. OLE color: 13379977.

HSL color Cylindrical-coordinate representation of color #8929CC: hue angle of 275.34º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8929CC is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13741204-
CMYK0.330.8000.2
HSL275.34º66.53%48.04%-
HSV(B)275.34º79.9%80%-
XYZ22.0111.2658.14-
YUV88.29193.3162.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 41 (16.41% from 255) = 10.73%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=35.86%
G=10.73%
B=53.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal137412040.330.8000.2275.3466.5348.04
Hex8929CC21500141134330
Octal211513144112002442310360
Binary100010011010011100110010000110100000101001000100111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8929CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8929CC; }

 p { color: rgb(137,41,204); }

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

<style>
 a { background-color: #8929CC; }

 a { background-color: rgb(137,41,204); }

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

<style>
 span { border-color: #8929CC; }

 span { border-color: rgb(137,41,204); }

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