Html Css Color HEX #8136CC Blue Violet

📋 copy color: '#8136CC'

red 129 ◦ green 54 ◦ blue 204

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

Shades of Blue Violet #8136CC

Tints of Blue Violet #8136CC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.95%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 33.33%
G = 13.95%
B = 52.71%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8136CC (or 0x8136CC) is known color: Blue Violet. HEX triplet: 81, 36 and CC. RGB value is (129,54,204). Sum of RGB (Red+Green+Blue) = 129+54+204=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #8136CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8136CC is #7EC933. Grayscale: #5D5D5D. Windows color (decimal): -8309044 or 13383297. OLE color: 13383297.

HSL color Cylindrical-coordinate representation of color #8136CC: hue angle of 270º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8136CC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 54 204 -
CMYK 0.37 0.74 0 0.2
HSL 270º 0.6% 0.51% -
HSV(B) 270º 0.74% 0.8% -
XYZ 21.27 11.67 58.26 -
YUV 93.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 129 54 204 0.37 0.74 0 0.2 270 0.6 0.51
Hex 81 36 CC 25 4A 0 14 10E 3C 33
Octal 201 66 314 45 112 0 24 416 74 63
Binary 10000001 110110 11001100 100101 1001010 0 10100 100001110 111100 110011

Color Harmonies of #8136CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8136CC

Black with #8136CC

Text Example


Text Example

White with #8136CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8136CC; }

 p { color: rgb(129,54,204); }

 H1.HeaderClassName
 {
   color: #8136CC;
 }
 .AnyTagClassName
 {
   color: #8136CC;
 }
</style>

background-color css

<style>
 a { background-color: #8136CC; }

 a { background-color: rgb(129,54,204); }

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

border-color css

<style>
 span { border-color: #8136CC; }

 span { border-color: rgb(129,54,204); }

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