Html Css Color HEX #8229DB Blue Violet

📋 copy color: '#8229DB'

red 130 ◦ green 41 ◦ blue 219

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

Shades of Blue Violet #8229DB

Tints of Blue Violet #8229DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 33.33%
G = 10.51%
B = 56.15%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8229DB (or 0x8229DB) is known color: Blue Violet. HEX triplet: 82, 29 and DB. RGB value is (130,41,219). Sum of RGB (Red+Green+Blue) = 130+41+219=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #8229DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229DB is #7DD624. Grayscale: #575757. Windows color (decimal): -8246821 or 14363010. OLE color: 14363010.

HSL color Cylindrical-coordinate representation of color #8229DB: hue angle of 270º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8229DB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 41 219 -
CMYK 0.41 0.81 0 0.14
HSL 270º 0.71% 0.51% -
HSV(B) 270º 0.81% 0.86% -
XYZ 22.79 11.45 68.03 -
YUV 87.9 201.99 158.03 -
System Red Green Blue C M Y K H S L
Decimal 130 41 219 0.41 0.81 0 0.14 270 0.71 0.51
Hex 82 29 DB 29 51 0 E 10E 47 33
Octal 202 51 333 51 121 0 16 416 107 63
Binary 10000010 101001 11011011 101001 1010001 0 1110 100001110 1000111 110011

Color Harmonies of #8229DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8229DB

Black with #8229DB

Text Example


Text Example

White with #8229DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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