Html Css Color HEX #824BDD Blue Violet

📋 copy color: '#824BDD'

red 130 ◦ green 75 ◦ blue 221

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

Shades of Blue Violet #824BDD

Tints of Blue Violet #824BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 30.52%
G = 17.61%
B = 51.88%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#824BDD (or 0x824BDD) is known color: Blue Violet. HEX triplet: 82, 4B and DD. RGB value is (130,75,221). Sum of RGB (Red+Green+Blue) = 130+75+221=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #824BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BDD is #7DB422. Grayscale: #6B6B6B. Windows color (decimal): -8238115 or 14502786. OLE color: 14502786.

HSL color Cylindrical-coordinate representation of color #824BDD: hue angle of 262.6º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824BDD is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 75 221 -
CMYK 0.41 0.66 0 0.13
HSL 262.6º 0.68% 0.58% -
HSV(B) 262.6º 0.66% 0.87% -
XYZ 24.77 15 70 -
YUV 108.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 130 75 221 0.41 0.66 0 0.13 262.6 0.68 0.58
Hex 82 4B DD 29 42 0 D 107 44 3A
Octal 202 113 335 51 102 0 15 407 104 72
Binary 10000010 1001011 11011101 101001 1000010 0 1101 100000111 1000100 111010

Color Harmonies of #824BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BDD

Black with #824BDD

Text Example


Text Example

White with #824BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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