Html Css Color HEX #8917B2 Dark Orchid

📋 copy color: '#8917B2'

red 137 ◦ green 23 ◦ blue 178

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

Shades of Dark Orchid #8917B2

Tints of Dark Orchid #8917B2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

 BLUE value IS 178 (69.92% from 255) = 52.66%

R = 40.53%
G = 6.8%
B = 52.66%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8917B2 (or 0x8917B2) is known color: Dark Orchid. HEX triplet: 89, 17 and B2. RGB value is (137,23,178). Sum of RGB (Red+Green+Blue) = 137+23+178=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #8917B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8917B2 is #76E84D. Grayscale: #4A4A4A. Windows color (decimal): -7792718 or 11671433. OLE color: 11671433.

HSL color Cylindrical-coordinate representation of color #8917B2: hue angle of 284.13º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8917B2 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 23 178 -
CMYK 0.23 0.87 0 0.30
HSL 284.13º 0.77% 0.39% -
HSV(B) 284.13º 0.87% 0.7% -
XYZ 18.66 9.15 42.9 -
YUV 74.76 186.27 172.4 -
System Red Green Blue C M Y K H S L
Decimal 137 23 178 0.23 0.87 0 0.30 284.13 0.77 0.39
Hex 89 17 B2 17 57 0 1E 11C 4D 27
Octal 211 27 262 27 127 0 36 434 115 47
Binary 10001001 10111 10110010 10111 1010111 0 11110 100011100 1001101 100111

Color Harmonies of #8917B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8917B2

Black with #8917B2

Text Example


Text Example

White with #8917B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8917B2; }

 p { color: rgb(137,23,178); }

 H1.HeaderClassName
 {
   color: #8917B2;
 }
 .AnyTagClassName
 {
   color: #8917B2;
 }
</style>

background-color css

<style>
 a { background-color: #8917B2; }

 a { background-color: rgb(137,23,178); }

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

border-color css

<style>
 span { border-color: #8917B2; }

 span { border-color: rgb(137,23,178); }

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