Html Css Color HEX #8508D8 Dark Violet

📋 copy color: '#8508D8'

red 133 ◦ green 8 ◦ blue 216

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

Shades of Dark Violet #8508D8

Tints of Dark Violet #8508D8

RGB

 RED value IS 133 (52.34% from 255) = 37.25%

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

 BLUE value IS 216 (84.77% from 255) = 60.5%

R = 37.25%
G = 2.24%
B = 60.5%

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

#8508D8 (or 0x8508D8) is known color: Dark Violet. HEX triplet: 85, 08 and D8. RGB value is (133,8,216). Sum of RGB (Red+Green+Blue) = 133+8+216=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #8508D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8508D8 is #7AF727. Grayscale: #444444. Windows color (decimal): -8058664 or 14157957. OLE color: 14157957.

HSL color Cylindrical-coordinate representation of color #8508D8: hue angle of 276.06º 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 #8508D8 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 8 216 -
CMYK 0.38 0.96 0 0.15
HSL 276.06º 0.93% 0.44% -
HSV(B) 276.06º 0.96% 0.85% -
XYZ 22.15 10.12 65.75 -
YUV 69.09 210.91 173.59 -
System Red Green Blue C M Y K H S L
Decimal 133 8 216 0.38 0.96 0 0.15 276.06 0.93 0.44
Hex 85 8 D8 26 60 0 F 114 5D 2C
Octal 205 10 330 46 140 0 17 424 135 54
Binary 10000101 1000 11011000 100110 1100000 0 1111 100010100 1011101 101100

Color Harmonies of #8508D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8508D8

Black with #8508D8

Text Example


Text Example

White with #8508D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8508D8; }

 p { color: rgb(133,8,216); }

 H1.HeaderClassName
 {
   color: #8508D8;
 }
 .AnyTagClassName
 {
   color: #8508D8;
 }
</style>

background-color css

<style>
 a { background-color: #8508D8; }

 a { background-color: rgb(133,8,216); }

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

border-color css

<style>
 span { border-color: #8508D8; }

 span { border-color: rgb(133,8,216); }

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