Html Css Color HEX #8118CC Blue Violet

📋 copy color: '#8118CC'

red 129 ◦ green 24 ◦ blue 204

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

Shades of Blue Violet #8118CC

Tints of Blue Violet #8118CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

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

R = 36.13%
G = 6.72%
B = 57.14%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8118CC (or 0x8118CC) is known color: Blue Violet. HEX triplet: 81, 18 and CC. RGB value is (129,24,204). Sum of RGB (Red+Green+Blue) = 129+24+204=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #8118CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8118CC is #7EE733. Grayscale: #4B4B4B. Windows color (decimal): -8316724 or 13375617. OLE color: 13375617.

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

Color convert

RGB 129 24 204 -
CMYK 0.37 0.88 0 0.2
HSL 275º 0.79% 0.45% -
HSV(B) 275º 0.88% 0.8% -
XYZ 20.28 9.68 57.93 -
YUV 75.92 200.29 165.86 -
System Red Green Blue C M Y K H S L
Decimal 129 24 204 0.37 0.88 0 0.2 275 0.79 0.45
Hex 81 18 CC 25 58 0 14 113 4F 2D
Octal 201 30 314 45 130 0 24 423 117 55
Binary 10000001 11000 11001100 100101 1011000 0 10100 100010011 1001111 101101

Color Harmonies of #8118CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8118CC

Black with #8118CC

Text Example


Text Example

White with #8118CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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