Html Css Color HEX #8501CE Dark Violet

📋 copy color: '#8501CE'

red 133 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #8501CE

Tints of Dark Violet #8501CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 39.12%
G = 0.29%
B = 60.59%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8501CE (or 0x8501CE) is known color: Dark Violet. HEX triplet: 85, 01 and CE. RGB value is (133,1,206). Sum of RGB (Red+Green+Blue) = 133+1+206=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #8501CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501CE is #7AFE31. Grayscale: #3F3F3F. Windows color (decimal): -8060466 or 13500805. OLE color: 13500805.

HSL color Cylindrical-coordinate representation of color #8501CE: hue angle of 278.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501CE is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 1 206 -
CMYK 0.35 1.00 0 0.19
HSL 278.63º 0.99% 0.41% -
HSV(B) 278.63º 1% 0.81% -
XYZ 20.82 9.46 59.12 -
YUV 63.84 208.23 177.33 -
System Red Green Blue C M Y K H S L
Decimal 133 1 206 0.35 1.00 0 0.19 278.63 0.99 0.41
Hex 85 1 CE 23 64 0 13 117 63 29
Octal 205 1 316 43 144 0 23 427 143 51
Binary 10000101 1 11001110 100011 1100100 0 10011 100010111 1100011 101001

Color Harmonies of #8501CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8501CE

Black with #8501CE

Text Example


Text Example

White with #8501CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8501CE; }

 p { color: rgb(133,1,206); }

 H1.HeaderClassName
 {
   color: #8501CE;
 }
 .AnyTagClassName
 {
   color: #8501CE;
 }
</style>

background-color css

<style>
 a { background-color: #8501CE; }

 a { background-color: rgb(133,1,206); }

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

border-color css

<style>
 span { border-color: #8501CE; }

 span { border-color: rgb(133,1,206); }

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