Html Css Color HEX #821DCB Blue Violet

📋 copy color: '#821DCB'

red 130 ◦ green 29 ◦ blue 203

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

Shades of Blue Violet #821DCB

Tints of Blue Violet #821DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.01%

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

R = 35.91%
G = 8.01%
B = 56.08%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#821DCB (or 0x821DCB) is known color: Blue Violet. HEX triplet: 82, 1D and CB. RGB value is (130,29,203). Sum of RGB (Red+Green+Blue) = 130+29+203=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #821DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DCB is #7DE234. Grayscale: #4E4E4E. Windows color (decimal): -8249909 or 13311362. OLE color: 13311362.

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

Color convert

RGB 130 29 203 -
CMYK 0.36 0.86 0 0.20
HSL 274.83º 0.75% 0.45% -
HSV(B) 274.83º 0.86% 0.8% -
XYZ 20.42 9.94 57.34 -
YUV 79.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 130 29 203 0.36 0.86 0 0.20 274.83 0.75 0.45
Hex 82 1D CB 24 56 0 14 113 4B 2D
Octal 202 35 313 44 126 0 24 423 113 55
Binary 10000010 11101 11001011 100100 1010110 0 10100 100010011 1001011 101101

Color Harmonies of #821DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DCB

Black with #821DCB

Text Example


Text Example

White with #821DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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