Html Css Color HEX #8908DA Dark Violet

📋 copy color: '#8908DA'

red 137 ◦ green 8 ◦ blue 218

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

Shades of Dark Violet #8908DA

Tints of Dark Violet #8908DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 37.74%
G = 2.2%
B = 60.06%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8908DA (or 0x8908DA) is known color: Dark Violet. HEX triplet: 89, 08 and DA. RGB value is (137,8,218). Sum of RGB (Red+Green+Blue) = 137+8+218=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #8908DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8908DA is #76F725. Grayscale: #454545. Windows color (decimal): -7796518 or 14289033. OLE color: 14289033.

HSL color Cylindrical-coordinate representation of color #8908DA: hue angle of 276.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8908DA is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 8 218 -
CMYK 0.37 0.96 0 0.15
HSL 276.86º 0.93% 0.44% -
HSV(B) 276.86º 0.96% 0.85% -
XYZ 23.06 10.55 67.15 -
YUV 70.51 211.24 175.42 -
System Red Green Blue C M Y K H S L
Decimal 137 8 218 0.37 0.96 0 0.15 276.86 0.93 0.44
Hex 89 8 DA 25 60 0 F 115 5D 2C
Octal 211 10 332 45 140 0 17 425 135 54
Binary 10001001 1000 11011010 100101 1100000 0 1111 100010101 1011101 101100

Color Harmonies of #8908DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8908DA

Black with #8908DA

Text Example


Text Example

White with #8908DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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