Html Css Color HEX #824B9B Vivid Violet

📋 copy color: '#824B9B'

red 130 ◦ green 75 ◦ blue 155

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

Shades of Vivid Violet #824B9B

Tints of Vivid Violet #824B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 36.11%
G = 20.83%
B = 43.06%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#824B9B (or 0x824B9B) is known color: Vivid Violet. HEX triplet: 82, 4B and 9B. RGB value is (130,75,155). Sum of RGB (Red+Green+Blue) = 130+75+155=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #824B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B9B is #7DB464. Grayscale: #646464. Windows color (decimal): -8238181 or 10177410. OLE color: 10177410.

HSL color Cylindrical-coordinate representation of color #824B9B: hue angle of 281.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824B9B is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 75 155 -
CMYK 0.16 0.52 0 0.39
HSL 281.25º 0.35% 0.45% -
HSV(B) 281.25º 0.52% 0.61% -
XYZ 17.64 12.14 32.42 -
YUV 100.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 130 75 155 0.16 0.52 0 0.39 281.25 0.35 0.45
Hex 82 4B 9B 10 34 0 27 119 23 2D
Octal 202 113 233 20 64 0 47 431 43 55
Binary 10000010 1001011 10011011 10000 110100 0 100111 100011001 100011 101101

Color Harmonies of #824B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B9B

Black with #824B9B

Text Example


Text Example

White with #824B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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