Html Css Color HEX #824CE0 Blue Violet

📋 copy color: '#824CE0'

red 130 ◦ green 76 ◦ blue 224

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

Shades of Blue Violet #824CE0

Tints of Blue Violet #824CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.67%

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 30.23%
G = 17.67%
B = 52.09%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#824CE0 (or 0x824CE0) is known color: Blue Violet. HEX triplet: 82, 4C and E0. RGB value is (130,76,224). Sum of RGB (Red+Green+Blue) = 130+76+224=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #824CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CE0 is #7DB31F. Grayscale: #6C6C6C. Windows color (decimal): -8237856 or 14699650. OLE color: 14699650.

HSL color Cylindrical-coordinate representation of color #824CE0: hue angle of 261.89º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824CE0 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 76 224 -
CMYK 0.42 0.66 0 0.12
HSL 261.89º 0.7% 0.59% -
HSV(B) 261.89º 0.66% 0.88% -
XYZ 25.24 15.3 72.14 -
YUV 109.02 192.89 142.97 -
System Red Green Blue C M Y K H S L
Decimal 130 76 224 0.42 0.66 0 0.12 261.89 0.7 0.59
Hex 82 4C E0 2A 42 0 C 106 46 3B
Octal 202 114 340 52 102 0 14 406 106 73
Binary 10000010 1001100 11100000 101010 1000010 0 1100 100000110 1000110 111011

Color Harmonies of #824CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CE0

Black with #824CE0

Text Example


Text Example

White with #824CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,224); }

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

background-color css

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

 a { background-color: rgb(130,76,224); }

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

border-color css

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

 span { border-color: rgb(130,76,224); }

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