Html Css Color HEX #8137CE Blue Violet

📋 copy color: '#8137CE'

red 129 ◦ green 55 ◦ blue 206

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

Shades of Blue Violet #8137CE

Tints of Blue Violet #8137CE

RGB

 RED value IS 129 (50.78% from 255) = 33.08%

 GREEN value IS 55 (21.88% from 255) = 14.1%

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

R = 33.08%
G = 14.1%
B = 52.82%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8137CE (or 0x8137CE) is known color: Blue Violet. HEX triplet: 81, 37 and CE. RGB value is (129,55,206). Sum of RGB (Red+Green+Blue) = 129+55+206=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #8137CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8137CE is #7EC831. Grayscale: #5D5D5D. Windows color (decimal): -8308786 or 13514625. OLE color: 13514625.

HSL color Cylindrical-coordinate representation of color #8137CE: hue angle of 269.4º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8137CE is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 55 206 -
CMYK 0.37 0.73 0 0.19
HSL 269.4º 0.61% 0.51% -
HSV(B) 269.4º 0.73% 0.81% -
XYZ 21.56 11.86 59.54 -
YUV 94.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 129 55 206 0.37 0.73 0 0.19 269.4 0.61 0.51
Hex 81 37 CE 25 49 0 13 10D 3D 33
Octal 201 67 316 45 111 0 23 415 75 63
Binary 10000001 110111 11001110 100101 1001001 0 10011 100001101 111101 110011

Color Harmonies of #8137CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8137CE

Black with #8137CE

Text Example


Text Example

White with #8137CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,55,206); }

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

background-color css

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

 a { background-color: rgb(129,55,206); }

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

border-color css

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

 span { border-color: rgb(129,55,206); }

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