Html Css Color HEX #824397 Vivid Violet

📋 copy color: '#824397'

red 130 ◦ green 67 ◦ blue 151

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

Shades of Vivid Violet #824397

Tints of Vivid Violet #824397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 151 (59.38% from 255) = 43.39%

R = 37.36%
G = 19.25%
B = 43.39%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#824397 (or 0x824397) is known color: Vivid Violet. HEX triplet: 82, 43 and 97. RGB value is (130,67,151). Sum of RGB (Red+Green+Blue) = 130+67+151=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #824397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824397 is #7DBC68. Grayscale: #5F5F5F. Windows color (decimal): -8240233 or 9913218. OLE color: 9913218.

HSL color Cylindrical-coordinate representation of color #824397: hue angle of 285º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824397 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 67 151 -
CMYK 0.14 0.56 0 0.41
HSL 285º 0.39% 0.43% -
HSV(B) 285º 0.56% 0.59% -
XYZ 16.8 10.99 30.51 -
YUV 95.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 130 67 151 0.14 0.56 0 0.41 285 0.39 0.43
Hex 82 43 97 E 38 0 29 11D 27 2B
Octal 202 103 227 16 70 0 51 435 47 53
Binary 10000010 1000011 10010111 1110 111000 0 101001 100011101 100111 101011

Color Harmonies of #824397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824397

Black with #824397

Text Example


Text Example

White with #824397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824397; }

 p { color: rgb(130,67,151); }

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

background-color css

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

 a { background-color: rgb(130,67,151); }

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

border-color css

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

 span { border-color: rgb(130,67,151); }

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