Html Css Color HEX #8908B4 Dark Violet

📋 copy color: '#8908B4'

red 137 ◦ green 8 ◦ blue 180

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

Shades of Dark Violet #8908B4

Tints of Dark Violet #8908B4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.46%

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 42.15%
G = 2.46%
B = 55.38%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8908B4 (or 0x8908B4) is known color: Dark Violet. HEX triplet: 89, 08 and B4. RGB value is (137,8,180). Sum of RGB (Red+Green+Blue) = 137+8+180=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #8908B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8908B4 is #76F74B. Grayscale: #414141. Windows color (decimal): -7796556 or 11798665. OLE color: 11798665.

HSL color Cylindrical-coordinate representation of color #8908B4: hue angle of 285º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8908B4 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 8 180 -
CMYK 0.24 0.96 0 0.29
HSL 285º 0.91% 0.37% -
HSV(B) 285º 0.96% 0.71% -
XYZ 18.64 8.79 43.89 -
YUV 66.18 192.24 178.51 -
System Red Green Blue C M Y K H S L
Decimal 137 8 180 0.24 0.96 0 0.29 285 0.91 0.37
Hex 89 8 B4 18 60 0 1D 11D 5B 25
Octal 211 10 264 30 140 0 35 435 133 45
Binary 10001001 1000 10110100 11000 1100000 0 11101 100011101 1011011 100101

Color Harmonies of #8908B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8908B4

Black with #8908B4

Text Example


Text Example

White with #8908B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8908B4; }

 p { color: rgb(137,8,180); }

 H1.HeaderClassName
 {
   color: #8908B4;
 }
 .AnyTagClassName
 {
   color: #8908B4;
 }
</style>

background-color css

<style>
 a { background-color: #8908B4; }

 a { background-color: rgb(137,8,180); }

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

border-color css

<style>
 span { border-color: #8908B4; }

 span { border-color: rgb(137,8,180); }

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