Html Css Color HEX #8217CC Blue Violet

📋 copy color: '#8217CC'

red 130 ◦ green 23 ◦ blue 204

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

Shades of Blue Violet #8217CC

Tints of Blue Violet #8217CC

RGB

 RED value IS 130 (51.17% from 255) = 36.41%

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

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

R = 36.41%
G = 6.44%
B = 57.14%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8217CC (or 0x8217CC) is known color: Blue Violet. HEX triplet: 82, 17 and CC. RGB value is (130,23,204). Sum of RGB (Red+Green+Blue) = 130+23+204=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 23 (9.38% from 255 or 6.44% 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 #8217CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217CC is #7DE833. Grayscale: #4B4B4B. Windows color (decimal): -8251444 or 13375362. OLE color: 13375362.

HSL color Cylindrical-coordinate representation of color #8217CC: hue angle of 275.47º 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 #8217CC is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 23 204 -
CMYK 0.36 0.89 0 0.2
HSL 275.47º 0.8% 0.45% -
HSV(B) 275.47º 0.89% 0.8% -
XYZ 20.41 9.72 57.93 -
YUV 75.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 130 23 204 0.36 0.89 0 0.2 275.47 0.8 0.45
Hex 82 17 CC 24 59 0 14 113 50 2D
Octal 202 27 314 44 131 0 24 423 120 55
Binary 10000010 10111 11001100 100100 1011001 0 10100 100010011 1010000 101101

Color Harmonies of #8217CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8217CC

Black with #8217CC

Text Example


Text Example

White with #8217CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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