Html Css Color HEX #8117CC Blue Violet

📋 copy color: '#8117CC'

red 129 ◦ green 23 ◦ blue 204

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

Shades of Blue Violet #8117CC

Tints of Blue Violet #8117CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

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

R = 36.24%
G = 6.46%
B = 57.3%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8117CC (or 0x8117CC) is known color: Blue Violet. HEX triplet: 81, 17 and CC. RGB value is (129,23,204). Sum of RGB (Red+Green+Blue) = 129+23+204=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #8117CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117CC is #7EE833. Grayscale: #4A4A4A. Windows color (decimal): -8316980 or 13375361. OLE color: 13375361.

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

Color convert

RGB 129 23 204 -
CMYK 0.37 0.89 0 0.2
HSL 275.14º 0.8% 0.45% -
HSV(B) 275.14º 0.89% 0.8% -
XYZ 20.26 9.64 57.92 -
YUV 75.33 200.62 166.28 -
System Red Green Blue C M Y K H S L
Decimal 129 23 204 0.37 0.89 0 0.2 275.14 0.8 0.45
Hex 81 17 CC 25 59 0 14 113 50 2D
Octal 201 27 314 45 131 0 24 423 120 55
Binary 10000001 10111 11001100 100101 1011001 0 10100 100010011 1010000 101101

Color Harmonies of #8117CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8117CC

Black with #8117CC

Text Example


Text Example

White with #8117CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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