Html Css Color HEX #823488 Vivid Violet

📋 copy color: '#823488'

red 130 ◦ green 52 ◦ blue 136

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

Shades of Vivid Violet #823488

Tints of Vivid Violet #823488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 40.88%
G = 16.35%
B = 42.77%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#823488 (or 0x823488) is known color: Vivid Violet. HEX triplet: 82, 34 and 88. RGB value is (130,52,136). Sum of RGB (Red+Green+Blue) = 130+52+136=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #823488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823488 is #7DCB77. Grayscale: #545454. Windows color (decimal): -8244088 or 8926338. OLE color: 8926338.

HSL color Cylindrical-coordinate representation of color #823488: hue angle of 295.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823488 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 52 136 -
CMYK 0.04 0.62 0 0.47
HSL 295.71º 0.45% 0.37% -
HSV(B) 295.71º 0.62% 0.53% -
XYZ 14.88 8.98 24.24 -
YUV 84.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 130 52 136 0.04 0.62 0 0.47 295.71 0.45 0.37
Hex 82 34 88 4 3E 0 2F 128 2D 25
Octal 202 64 210 4 76 0 57 450 55 45
Binary 10000010 110100 10001000 100 111110 0 101111 100101000 101101 100101

Color Harmonies of #823488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823488

Black with #823488

Text Example


Text Example

White with #823488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823488; }

 p { color: rgb(130,52,136); }

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

background-color css

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

 a { background-color: rgb(130,52,136); }

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

border-color css

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

 span { border-color: rgb(130,52,136); }

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