Html Css Color HEX #821ECF Blue Violet

📋 copy color: '#821ECF'

red 130 ◦ green 30 ◦ blue 207

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

Shades of Blue Violet #821ECF

Tints of Blue Violet #821ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 35.42%
G = 8.17%
B = 56.4%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#821ECF (or 0x821ECF) is known color: Blue Violet. HEX triplet: 82, 1E and CF. RGB value is (130,30,207). Sum of RGB (Red+Green+Blue) = 130+30+207=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #821ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ECF is #7DE130. Grayscale: #4F4F4F. Windows color (decimal): -8249649 or 13573762. OLE color: 13573762.

HSL color Cylindrical-coordinate representation of color #821ECF: hue angle of 273.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821ECF is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 30 207 -
CMYK 0.37 0.86 0 0.19
HSL 273.9º 0.75% 0.46% -
HSV(B) 273.9º 0.86% 0.81% -
XYZ 20.93 10.18 59.89 -
YUV 80.08 199.63 163.61 -
System Red Green Blue C M Y K H S L
Decimal 130 30 207 0.37 0.86 0 0.19 273.9 0.75 0.46
Hex 82 1E CF 25 56 0 13 112 4B 2E
Octal 202 36 317 45 126 0 23 422 113 56
Binary 10000010 11110 11001111 100101 1010110 0 10011 100010010 1001011 101110

Color Harmonies of #821ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821ECF

Black with #821ECF

Text Example


Text Example

White with #821ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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