Html Css Color HEX #823288 Vivid Violet

📋 copy color: '#823288'

red 130 ◦ green 50 ◦ blue 136

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

Shades of Vivid Violet #823288

Tints of Vivid Violet #823288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

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

R = 41.14%
G = 15.82%
B = 43.04%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#823288 (or 0x823288) is known color: Vivid Violet. HEX triplet: 82, 32 and 88. RGB value is (130,50,136). Sum of RGB (Red+Green+Blue) = 130+50+136=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #823288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823288 is #7DCD77. Grayscale: #535353. Windows color (decimal): -8244600 or 8925826. OLE color: 8925826.

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

Color convert

RGB 130 50 136 -
CMYK 0.04 0.63 0 0.47
HSL 295.81º 0.46% 0.36% -
HSV(B) 295.81º 0.63% 0.53% -
XYZ 14.79 8.8 24.21 -
YUV 83.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 130 50 136 0.04 0.63 0 0.47 295.81 0.46 0.36
Hex 82 32 88 4 3F 0 2F 128 2E 24
Octal 202 62 210 4 77 0 57 450 56 44
Binary 10000010 110010 10001000 100 111111 0 101111 100101000 101110 100100

Color Harmonies of #823288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823288

Black with #823288

Text Example


Text Example

White with #823288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823288; }

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

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

background-color css

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

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

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

border-color css

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

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

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