Html Css Color HEX #824398 Vivid Violet

📋 copy color: '#824398'

red 130 ◦ green 67 ◦ blue 152

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

Shades of Vivid Violet #824398

Tints of Vivid Violet #824398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.55%

R = 37.25%
G = 19.2%
B = 43.55%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#824398 (or 0x824398) is known color: Vivid Violet. HEX triplet: 82, 43 and 98. RGB value is (130,67,152). Sum of RGB (Red+Green+Blue) = 130+67+152=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #824398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824398 is #7DBC67. Grayscale: #5F5F5F. Windows color (decimal): -8240232 or 9978754. OLE color: 9978754.

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

Color convert

RGB 130 67 152 -
CMYK 0.14 0.56 0 0.40
HSL 284.47º 0.39% 0.43% -
HSV(B) 284.47º 0.56% 0.6% -
XYZ 16.88 11.03 30.94 -
YUV 95.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 130 67 152 0.14 0.56 0 0.40 284.47 0.39 0.43
Hex 82 43 98 E 38 0 28 11C 27 2B
Octal 202 103 230 16 70 0 50 434 47 53
Binary 10000010 1000011 10011000 1110 111000 0 101000 100011100 100111 101011

Color Harmonies of #824398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824398

Black with #824398

Text Example


Text Example

White with #824398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824398; }

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

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

background-color css

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

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

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

border-color css

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

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

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