Html Css Color HEX #8229CD Blue Violet

📋 copy color: '#8229CD'

red 130 ◦ green 41 ◦ blue 205

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

Shades of Blue Violet #8229CD

Tints of Blue Violet #8229CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 34.57%
G = 10.9%
B = 54.52%

CMYK

 C value IS 0.37

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8229CD (or 0x8229CD) is known color: Blue Violet. HEX triplet: 82, 29 and CD. RGB value is (130,41,205). Sum of RGB (Red+Green+Blue) = 130+41+205=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #8229CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229CD is #7DD632. Grayscale: #555555. Windows color (decimal): -8246835 or 13445506. OLE color: 13445506.

HSL color Cylindrical-coordinate representation of color #8229CD: hue angle of 272.56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8229CD is Cyan = 0.37, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 41 205 -
CMYK 0.37 0.8 0 0.20
HSL 272.56º 0.67% 0.48% -
HSV(B) 272.56º 0.8% 0.8% -
XYZ 21.02 10.74 58.72 -
YUV 86.31 194.99 159.16 -
System Red Green Blue C M Y K H S L
Decimal 130 41 205 0.37 0.8 0 0.20 272.56 0.67 0.48
Hex 82 29 CD 25 50 0 14 111 43 30
Octal 202 51 315 45 120 0 24 421 103 60
Binary 10000010 101001 11001101 100101 1010000 0 10100 100010001 1000011 110000

Color Harmonies of #8229CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8229CD

Black with #8229CD

Text Example


Text Example

White with #8229CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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