Html Css Color HEX #8229C9 Blue Violet

📋 copy color: '#8229C9'

red 130 ◦ green 41 ◦ blue 201

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

Shades of Blue Violet #8229C9

Tints of Blue Violet #8229C9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

 BLUE value IS 201 (78.91% from 255) = 54.03%

R = 34.95%
G = 11.02%
B = 54.03%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8229C9 (or 0x8229C9) is known color: Blue Violet. HEX triplet: 82, 29 and C9. RGB value is (130,41,201). Sum of RGB (Red+Green+Blue) = 130+41+201=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #8229C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229C9 is #7DD636. Grayscale: #555555. Windows color (decimal): -8246839 or 13183362. OLE color: 13183362.

HSL color Cylindrical-coordinate representation of color #8229C9: hue angle of 273.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8229C9 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 41 201 -
CMYK 0.35 0.80 0 0.21
HSL 273.38º 0.66% 0.47% -
HSV(B) 273.38º 0.8% 0.79% -
XYZ 20.54 10.55 56.21 -
YUV 85.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 130 41 201 0.35 0.80 0 0.21 273.38 0.66 0.47
Hex 82 29 C9 23 50 0 15 111 42 2F
Octal 202 51 311 43 120 0 25 421 102 57
Binary 10000010 101001 11001001 100011 1010000 0 10101 100010001 1000010 101111

Color Harmonies of #8229C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8229C9

Black with #8229C9

Text Example


Text Example

White with #8229C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8229C9; }

 p { color: rgb(130,41,201); }

 H1.HeaderClassName
 {
   color: #8229C9;
 }
 .AnyTagClassName
 {
   color: #8229C9;
 }
</style>

background-color css

<style>
 a { background-color: #8229C9; }

 a { background-color: rgb(130,41,201); }

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

border-color css

<style>
 span { border-color: #8229C9; }

 span { border-color: rgb(130,41,201); }

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