Html Css Color HEX #821FCF Blue Violet

📋 copy color: '#821FCF'

red 130 ◦ green 31 ◦ blue 207

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

Shades of Blue Violet #821FCF

Tints of Blue Violet #821FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

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

R = 35.33%
G = 8.42%
B = 56.25%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#821FCF (or 0x821FCF) is known color: Blue Violet. HEX triplet: 82, 1F and CF. RGB value is (130,31,207). Sum of RGB (Red+Green+Blue) = 130+31+207=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #821FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821FCF is #7DE030. Grayscale: #505050. Windows color (decimal): -8249393 or 13574018. OLE color: 13574018.

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

Color convert

RGB 130 31 207 -
CMYK 0.37 0.85 0 0.19
HSL 273.75º 0.74% 0.47% -
HSV(B) 273.75º 0.85% 0.81% -
XYZ 20.96 10.23 59.9 -
YUV 80.67 199.3 163.19 -
System Red Green Blue C M Y K H S L
Decimal 130 31 207 0.37 0.85 0 0.19 273.75 0.74 0.47
Hex 82 1F CF 25 55 0 13 112 4A 2F
Octal 202 37 317 45 125 0 23 422 112 57
Binary 10000010 11111 11001111 100101 1010101 0 10011 100010010 1001010 101111

Color Harmonies of #821FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821FCF

Black with #821FCF

Text Example


Text Example

White with #821FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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