Html Css Color HEX #8920CC Dark Orchid

📋 copy color: '#8920CC'

red 137 ◦ green 32 ◦ blue 204

#8920CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8920CC

Tints of Dark Orchid #8920CC

RGB

 RED value IS 137 (53.91% from 255) = 36.73%

 GREEN value IS 32 (12.89% from 255) = 8.58%

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 36.73%
G = 8.58%
B = 54.69%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8920CC (or 0x8920CC) is known color: Dark Orchid. HEX triplet: 89, 20 and CC. RGB value is (137,32,204). Sum of RGB (Red+Green+Blue) = 137+32+204=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #8920CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8920CC is #76DF33. Grayscale: #525252. Windows color (decimal): -7790388 or 13377673. OLE color: 13377673.

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

Color convert

RGB 137 32 204 -
CMYK 0.33 0.84 0 0.2
HSL 276.63º 0.73% 0.46% -
HSV(B) 276.63º 0.84% 0.8% -
XYZ 21.73 10.71 58.05 -
YUV 83 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 137 32 204 0.33 0.84 0 0.2 276.63 0.73 0.46
Hex 89 20 CC 21 54 0 14 115 49 2E
Octal 211 40 314 41 124 0 24 425 111 56
Binary 10001001 100000 11001100 100001 1010100 0 10100 100010101 1001001 101110

Color Harmonies of #8920CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8920CC

Black with #8920CC

Text Example


Text Example

White with #8920CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8920CC;
 }
 .AnyTagClassName
 {
   color: #8920CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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