Html Css Color HEX #8809DA Dark Violet

📋 copy color: '#8809DA'

red 136 ◦ green 9 ◦ blue 218

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

Shades of Dark Violet #8809DA

Tints of Dark Violet #8809DA

RGB

 RED value IS 136 (53.52% from 255) = 37.47%

 GREEN value IS 9 (3.91% from 255) = 2.48%

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

R = 37.47%
G = 2.48%
B = 60.06%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8809DA (or 0x8809DA) is known color: Dark Violet. HEX triplet: 88, 09 and DA. RGB value is (136,9,218). Sum of RGB (Red+Green+Blue) = 136+9+218=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 9 (3.91% from 255 or 2.48% 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 #8809DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8809DA is #77F625. Grayscale: #464646. Windows color (decimal): -7861798 or 14289288. OLE color: 14289288.

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

Color convert

RGB 136 9 218 -
CMYK 0.38 0.96 0 0.15
HSL 276.46º 0.92% 0.45% -
HSV(B) 276.46º 0.96% 0.85% -
XYZ 22.91 10.49 67.15 -
YUV 70.8 211.08 174.51 -
System Red Green Blue C M Y K H S L
Decimal 136 9 218 0.38 0.96 0 0.15 276.46 0.92 0.45
Hex 88 9 DA 26 60 0 F 114 5C 2D
Octal 210 11 332 46 140 0 17 424 134 55
Binary 10001000 1001 11011010 100110 1100000 0 1111 100010100 1011100 101101

Color Harmonies of #8809DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8809DA

Black with #8809DA

Text Example


Text Example

White with #8809DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,9,218); }

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

background-color css

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

 a { background-color: rgb(136,9,218); }

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

border-color css

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

 span { border-color: rgb(136,9,218); }

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