Html Css Color HEX #820FB2 Dark Violet

📋 copy color: '#820FB2'

red 130 ◦ green 15 ◦ blue 178

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

Shades of Dark Violet #820FB2

Tints of Dark Violet #820FB2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

 BLUE value IS 178 (69.92% from 255) = 55.11%

R = 40.25%
G = 4.64%
B = 55.11%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#820FB2 (or 0x820FB2) is known color: Dark Violet. HEX triplet: 82, 0F and B2. RGB value is (130,15,178). Sum of RGB (Red+Green+Blue) = 130+15+178=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #820FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820FB2 is #7DF04D. Grayscale: #434343. Windows color (decimal): -8253518 or 11669378. OLE color: 11669378.

HSL color Cylindrical-coordinate representation of color #820FB2: hue angle of 282.33º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820FB2 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 15 178 -
CMYK 0.27 0.92 0 0.30
HSL 282.33º 0.84% 0.38% -
HSV(B) 282.33º 0.92% 0.7% -
XYZ 17.41 8.3 42.8 -
YUV 67.97 190.1 172.25 -
System Red Green Blue C M Y K H S L
Decimal 130 15 178 0.27 0.92 0 0.30 282.33 0.84 0.38
Hex 82 F B2 1B 5C 0 1E 11A 54 26
Octal 202 17 262 33 134 0 36 432 124 46
Binary 10000010 1111 10110010 11011 1011100 0 11110 100011010 1010100 100110

Color Harmonies of #820FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FB2

Black with #820FB2

Text Example


Text Example

White with #820FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820FB2; }

 p { color: rgb(130,15,178); }

 H1.HeaderClassName
 {
   color: #820FB2;
 }
 .AnyTagClassName
 {
   color: #820FB2;
 }
</style>

background-color css

<style>
 a { background-color: #820FB2; }

 a { background-color: rgb(130,15,178); }

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

border-color css

<style>
 span { border-color: #820FB2; }

 span { border-color: rgb(130,15,178); }

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