Html Css Color HEX #822ECB Blue Violet

📋 copy color: '#822ECB'

red 130 ◦ green 46 ◦ blue 203

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

Shades of Blue Violet #822ECB

Tints of Blue Violet #822ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.14%

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 34.3%
G = 12.14%
B = 53.56%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#822ECB (or 0x822ECB) is known color: Blue Violet. HEX triplet: 82, 2E and CB. RGB value is (130,46,203). Sum of RGB (Red+Green+Blue) = 130+46+203=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #822ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822ECB is #7DD134. Grayscale: #585858. Windows color (decimal): -8245557 or 13315714. OLE color: 13315714.

HSL color Cylindrical-coordinate representation of color #822ECB: hue angle of 272.1º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822ECB is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 46 203 -
CMYK 0.36 0.77 0 0.20
HSL 272.1º 0.63% 0.49% -
HSV(B) 272.1º 0.77% 0.8% -
XYZ 20.96 11.01 57.52 -
YUV 89.01 192.33 157.23 -
System Red Green Blue C M Y K H S L
Decimal 130 46 203 0.36 0.77 0 0.20 272.1 0.63 0.49
Hex 82 2E CB 24 4D 0 14 110 3F 31
Octal 202 56 313 44 115 0 24 420 77 61
Binary 10000010 101110 11001011 100100 1001101 0 10100 100010000 111111 110001

Color Harmonies of #822ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822ECB

Black with #822ECB

Text Example


Text Example

White with #822ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,46,203); }

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

background-color css

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

 a { background-color: rgb(130,46,203); }

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

border-color css

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

 span { border-color: rgb(130,46,203); }

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