Html Css Color HEX #8918B0 Dark Orchid

📋 copy color: '#8918B0'

red 137 ◦ green 24 ◦ blue 176

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

Shades of Dark Orchid #8918B0

Tints of Dark Orchid #8918B0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

 BLUE value IS 176 (69.14% from 255) = 52.23%

R = 40.65%
G = 7.12%
B = 52.23%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8918B0 (or 0x8918B0) is known color: Dark Orchid. HEX triplet: 89, 18 and B0. RGB value is (137,24,176). Sum of RGB (Red+Green+Blue) = 137+24+176=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #8918B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8918B0 is #76E74F. Grayscale: #4A4A4A. Windows color (decimal): -7792464 or 11540617. OLE color: 11540617.

HSL color Cylindrical-coordinate representation of color #8918B0: hue angle of 284.61º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8918B0 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 24 176 -
CMYK 0.22 0.86 0 0.31
HSL 284.61º 0.76% 0.39% -
HSV(B) 284.61º 0.86% 0.69% -
XYZ 18.48 9.11 41.86 -
YUV 75.12 184.94 172.14 -
System Red Green Blue C M Y K H S L
Decimal 137 24 176 0.22 0.86 0 0.31 284.61 0.76 0.39
Hex 89 18 B0 16 56 0 1F 11D 4C 27
Octal 211 30 260 26 126 0 37 435 114 47
Binary 10001001 11000 10110000 10110 1010110 0 11111 100011101 1001100 100111

Color Harmonies of #8918B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8918B0

Black with #8918B0

Text Example


Text Example

White with #8918B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8918B0; }

 p { color: rgb(137,24,176); }

 H1.HeaderClassName
 {
   color: #8918B0;
 }
 .AnyTagClassName
 {
   color: #8918B0;
 }
</style>

background-color css

<style>
 a { background-color: #8918B0; }

 a { background-color: rgb(137,24,176); }

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

border-color css

<style>
 span { border-color: #8918B0; }

 span { border-color: rgb(137,24,176); }

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