Html Css Color HEX #8231DB Blue Violet

📋 copy color: '#8231DB'

red 130 ◦ green 49 ◦ blue 219

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

Shades of Blue Violet #8231DB

Tints of Blue Violet #8231DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

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

R = 32.66%
G = 12.31%
B = 55.03%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8231DB (or 0x8231DB) is known color: Blue Violet. HEX triplet: 82, 31 and DB. RGB value is (130,49,219). Sum of RGB (Red+Green+Blue) = 130+49+219=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #8231DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231DB is #7DCE24. Grayscale: #5C5C5C. Windows color (decimal): -8244773 or 14365058. OLE color: 14365058.

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

Color convert

RGB 130 49 219 -
CMYK 0.41 0.78 0 0.14
HSL 268.59º 0.7% 0.53% -
HSV(B) 268.59º 0.78% 0.86% -
XYZ 23.09 12.06 68.13 -
YUV 92.6 199.34 154.68 -
System Red Green Blue C M Y K H S L
Decimal 130 49 219 0.41 0.78 0 0.14 268.59 0.7 0.53
Hex 82 31 DB 29 4E 0 E 10D 46 35
Octal 202 61 333 51 116 0 16 415 106 65
Binary 10000010 110001 11011011 101001 1001110 0 1110 100001101 1000110 110101

Color Harmonies of #8231DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8231DB

Black with #8231DB

Text Example


Text Example

White with #8231DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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