Html Css Color HEX #821ECB Blue Violet

📋 copy color: '#821ECB'

red 130 ◦ green 30 ◦ blue 203

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

Shades of Blue Violet #821ECB

Tints of Blue Violet #821ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

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

R = 35.81%
G = 8.26%
B = 55.92%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#821ECB (or 0x821ECB) is known color: Blue Violet. HEX triplet: 82, 1E and CB. RGB value is (130,30,203). Sum of RGB (Red+Green+Blue) = 130+30+203=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #821ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ECB is #7DE134. Grayscale: #4F4F4F. Windows color (decimal): -8249653 or 13311618. OLE color: 13311618.

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

Color convert

RGB 130 30 203 -
CMYK 0.36 0.85 0 0.20
HSL 274.68º 0.74% 0.46% -
HSV(B) 274.68º 0.85% 0.8% -
XYZ 20.45 9.99 57.35 -
YUV 79.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 130 30 203 0.36 0.85 0 0.20 274.68 0.74 0.46
Hex 82 1E CB 24 55 0 14 113 4A 2E
Octal 202 36 313 44 125 0 24 423 112 56
Binary 10000010 11110 11001011 100100 1010101 0 10100 100010011 1001010 101110

Color Harmonies of #821ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821ECB

Black with #821ECB

Text Example


Text Example

White with #821ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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