Html Css Color HEX #8516CF Dark Violet

📋 copy color: '#8516CF'

red 133 ◦ green 22 ◦ blue 207

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

Shades of Dark Violet #8516CF

Tints of Dark Violet #8516CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.08%

 BLUE value IS 207 (81.25% from 255) = 57.18%

R = 36.74%
G = 6.08%
B = 57.18%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8516CF (or 0x8516CF) is known color: Dark Violet. HEX triplet: 85, 16 and CF. RGB value is (133,22,207). Sum of RGB (Red+Green+Blue) = 133+22+207=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #8516CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8516CF is #7AE930. Grayscale: #4B4B4B. Windows color (decimal): -8055089 or 13571717. OLE color: 13571717.

HSL color Cylindrical-coordinate representation of color #8516CF: hue angle of 276º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8516CF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 22 207 -
CMYK 0.36 0.89 0 0.19
HSL 276º 0.81% 0.45% -
HSV(B) 276º 0.89% 0.81% -
XYZ 21.22 10.07 59.86 -
YUV 76.28 201.77 168.46 -
System Red Green Blue C M Y K H S L
Decimal 133 22 207 0.36 0.89 0 0.19 276 0.81 0.45
Hex 85 16 CF 24 59 0 13 114 51 2D
Octal 205 26 317 44 131 0 23 424 121 55
Binary 10000101 10110 11001111 100100 1011001 0 10011 100010100 1010001 101101

Color Harmonies of #8516CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8516CF

Black with #8516CF

Text Example


Text Example

White with #8516CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8516CF; }

 p { color: rgb(133,22,207); }

 H1.HeaderClassName
 {
   color: #8516CF;
 }
 .AnyTagClassName
 {
   color: #8516CF;
 }
</style>

background-color css

<style>
 a { background-color: #8516CF; }

 a { background-color: rgb(133,22,207); }

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

border-color css

<style>
 span { border-color: #8516CF; }

 span { border-color: rgb(133,22,207); }

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