Html Css Color HEX #824BDA Blue Violet

📋 copy color: '#824BDA'

red 130 ◦ green 75 ◦ blue 218

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

Shades of Blue Violet #824BDA

Tints of Blue Violet #824BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 30.73%
G = 17.73%
B = 51.54%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#824BDA (or 0x824BDA) is known color: Blue Violet. HEX triplet: 82, 4B and DA. RGB value is (130,75,218). Sum of RGB (Red+Green+Blue) = 130+75+218=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #824BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BDA is #7DB425. Grayscale: #6B6B6B. Windows color (decimal): -8238118 or 14306178. OLE color: 14306178.

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

Color convert

RGB 130 75 218 -
CMYK 0.40 0.66 0 0.15
HSL 263.08º 0.66% 0.57% -
HSV(B) 263.08º 0.66% 0.85% -
XYZ 24.38 14.84 67.91 -
YUV 107.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 130 75 218 0.40 0.66 0 0.15 263.08 0.66 0.57
Hex 82 4B DA 28 42 0 F 107 42 39
Octal 202 113 332 50 102 0 17 407 102 71
Binary 10000010 1001011 11011010 101000 1000010 0 1111 100000111 1000010 111001

Color Harmonies of #824BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BDA

Black with #824BDA

Text Example


Text Example

White with #824BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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