Html Css Color HEX #822BE1 Blue Violet

📋 copy color: '#822BE1'

red 130 ◦ green 43 ◦ blue 225

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

Shades of Blue Violet #822BE1

Tints of Blue Violet #822BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.8%

 BLUE value IS 225 (88.28% from 255) = 56.53%

R = 32.66%
G = 10.8%
B = 56.53%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#822BE1 (or 0x822BE1) is known color: Blue Violet. HEX triplet: 82, 2B and E1. RGB value is (130,43,225). Sum of RGB (Red+Green+Blue) = 130+43+225=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #822BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822BE1 is #7DD41E. Grayscale: #595959. Windows color (decimal): -8246303 or 14756738. OLE color: 14756738.

HSL color Cylindrical-coordinate representation of color #822BE1: hue angle of 268.68º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822BE1 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 43 225 -
CMYK 0.42 0.81 0 0.12
HSL 268.68º 0.75% 0.53% -
HSV(B) 268.68º 0.81% 0.88% -
XYZ 23.66 11.91 72.29 -
YUV 89.76 204.32 156.7 -
System Red Green Blue C M Y K H S L
Decimal 130 43 225 0.42 0.81 0 0.12 268.68 0.75 0.53
Hex 82 2B E1 2A 51 0 C 10D 4B 35
Octal 202 53 341 52 121 0 14 415 113 65
Binary 10000010 101011 11100001 101010 1010001 0 1100 100001101 1001011 110101

Color Harmonies of #822BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822BE1

Black with #822BE1

Text Example


Text Example

White with #822BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822BE1; }

 p { color: rgb(130,43,225); }

 H1.HeaderClassName
 {
   color: #822BE1;
 }
 .AnyTagClassName
 {
   color: #822BE1;
 }
</style>

background-color css

<style>
 a { background-color: #822BE1; }

 a { background-color: rgb(130,43,225); }

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

border-color css

<style>
 span { border-color: #822BE1; }

 span { border-color: rgb(130,43,225); }

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