Html Css Color HEX #824BD8 Blue Violet

📋 copy color: '#824BD8'

red 130 ◦ green 75 ◦ blue 216

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

Shades of Blue Violet #824BD8

Tints of Blue Violet #824BD8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.81%

 BLUE value IS 216 (84.77% from 255) = 51.31%

R = 30.88%
G = 17.81%
B = 51.31%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#824BD8 (or 0x824BD8) is known color: Blue Violet. HEX triplet: 82, 4B and D8. RGB value is (130,75,216). Sum of RGB (Red+Green+Blue) = 130+75+216=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #824BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BD8 is #7DB427. Grayscale: #6B6B6B. Windows color (decimal): -8238120 or 14175106. OLE color: 14175106.

HSL color Cylindrical-coordinate representation of color #824BD8: hue angle of 263.4º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824BD8 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 75 216 -
CMYK 0.40 0.65 0 0.15
HSL 263.4º 0.64% 0.57% -
HSV(B) 263.4º 0.65% 0.85% -
XYZ 24.12 14.74 66.54 -
YUV 107.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 130 75 216 0.40 0.65 0 0.15 263.4 0.64 0.57
Hex 82 4B D8 28 41 0 F 107 40 39
Octal 202 113 330 50 101 0 17 407 100 71
Binary 10000010 1001011 11011000 101000 1000001 0 1111 100000111 1000000 111001

Color Harmonies of #824BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BD8

Black with #824BD8

Text Example


Text Example

White with #824BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824BD8; }

 p { color: rgb(130,75,216); }

 H1.HeaderClassName
 {
   color: #824BD8;
 }
 .AnyTagClassName
 {
   color: #824BD8;
 }
</style>

background-color css

<style>
 a { background-color: #824BD8; }

 a { background-color: rgb(130,75,216); }

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

border-color css

<style>
 span { border-color: #824BD8; }

 span { border-color: rgb(130,75,216); }

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