Html Css Color HEX #8508EF Dark Violet

📋 copy color: '#8508EF'

red 133 ◦ green 8 ◦ blue 239

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

Shades of Dark Violet #8508EF

Tints of Dark Violet #8508EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.89%

R = 35%
G = 2.11%
B = 62.89%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8508EF (or 0x8508EF) is known color: Dark Violet. HEX triplet: 85, 08 and EF. RGB value is (133,8,239). Sum of RGB (Red+Green+Blue) = 133+8+239=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #8508EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8508EF is #7AF710. Grayscale: #464646. Windows color (decimal): -8058641 or 15665285. OLE color: 15665285.

HSL color Cylindrical-coordinate representation of color #8508EF: hue angle of 272.47º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8508EF is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 8 239 -
CMYK 0.44 0.97 0 0.06
HSL 272.47º 0.94% 0.48% -
HSV(B) 272.47º 0.97% 0.94% -
XYZ 25.34 11.39 82.52 -
YUV 71.71 222.41 171.72 -
System Red Green Blue C M Y K H S L
Decimal 133 8 239 0.44 0.97 0 0.06 272.47 0.94 0.48
Hex 85 8 EF 2C 61 0 6 110 5E 30
Octal 205 10 357 54 141 0 6 420 136 60
Binary 10000101 1000 11101111 101100 1100001 0 110 100010000 1011110 110000

Color Harmonies of #8508EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8508EF

Black with #8508EF

Text Example


Text Example

White with #8508EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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