Html Css Color HEX #824ADE Blue Violet

📋 copy color: '#824ADE'

red 130 ◦ green 74 ◦ blue 222

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

Shades of Blue Violet #824ADE

Tints of Blue Violet #824ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.37%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 30.52%
G = 17.37%
B = 52.11%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#824ADE (or 0x824ADE) is known color: Blue Violet. HEX triplet: 82, 4A and DE. RGB value is (130,74,222). Sum of RGB (Red+Green+Blue) = 130+74+222=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #824ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ADE is #7DB521. Grayscale: #6B6B6B. Windows color (decimal): -8238370 or 14568066. OLE color: 14568066.

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

Color convert

RGB 130 74 222 -
CMYK 0.41 0.67 0 0.13
HSL 262.7º 0.69% 0.58% -
HSV(B) 262.7º 0.67% 0.87% -
XYZ 24.84 14.92 70.68 -
YUV 107.62 192.55 143.97 -
System Red Green Blue C M Y K H S L
Decimal 130 74 222 0.41 0.67 0 0.13 262.7 0.69 0.58
Hex 82 4A DE 29 43 0 D 107 45 3A
Octal 202 112 336 51 103 0 15 407 105 72
Binary 10000010 1001010 11011110 101001 1000011 0 1101 100000111 1000101 111010

Color Harmonies of #824ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ADE

Black with #824ADE

Text Example


Text Example

White with #824ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,222); }

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

background-color css

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

 a { background-color: rgb(130,74,222); }

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

border-color css

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

 span { border-color: rgb(130,74,222); }

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