Html Css Color HEX #824B94 Vivid Violet

📋 copy color: '#824B94'

red 130 ◦ green 75 ◦ blue 148

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

Shades of Vivid Violet #824B94

Tints of Vivid Violet #824B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 36.83%
G = 21.25%
B = 41.93%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824B94 (or 0x824B94) is known color: Vivid Violet. HEX triplet: 82, 4B and 94. RGB value is (130,75,148). Sum of RGB (Red+Green+Blue) = 130+75+148=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #824B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B94 is #7DB46B. Grayscale: #636363. Windows color (decimal): -8238188 or 9718658. OLE color: 9718658.

HSL color Cylindrical-coordinate representation of color #824B94: hue angle of 285.21º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824B94 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 75 148 -
CMYK 0.12 0.49 0 0.42
HSL 285.21º 0.33% 0.44% -
HSV(B) 285.21º 0.49% 0.58% -
XYZ 17.07 11.92 29.42 -
YUV 99.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 130 75 148 0.12 0.49 0 0.42 285.21 0.33 0.44
Hex 82 4B 94 C 31 0 2A 11D 21 2C
Octal 202 113 224 14 61 0 52 435 41 54
Binary 10000010 1001011 10010100 1100 110001 0 101010 100011101 100001 101100

Color Harmonies of #824B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B94

Black with #824B94

Text Example


Text Example

White with #824B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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