Html Css Color HEX #823381 Vivid Violet

📋 copy color: '#823381'

red 130 ◦ green 51 ◦ blue 129

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

Shades of Vivid Violet #823381

Tints of Vivid Violet #823381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 41.94%
G = 16.45%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#823381 (or 0x823381) is known color: Vivid Violet. HEX triplet: 82, 33 and 81. RGB value is (130,51,129). Sum of RGB (Red+Green+Blue) = 130+51+129=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #823381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823381 is #7DCC7E. Grayscale: #535353. Windows color (decimal): -8244351 or 8467330. OLE color: 8467330.

HSL color Cylindrical-coordinate representation of color #823381: hue angle of 300.76º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823381 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 129 -
CMYK 0 0.61 0.01 0.49
HSL 300.76º 0.44% 0.35% -
HSV(B) 300.76º 0.61% 0.51% -
XYZ 14.35 8.7 21.69 -
YUV 83.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 130 51 129 0 0.61 0.01 0.49 300.76 0.44 0.35
Hex 82 33 81 0 3D 1 31 12D 2C 23
Octal 202 63 201 0 75 1 61 455 54 43
Binary 10000010 110011 10000001 0 111101 1 110001 100101101 101100 100011

Color Harmonies of #823381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823381

Black with #823381

Text Example


Text Example

White with #823381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823381; }

 p { color: rgb(130,51,129); }

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

background-color css

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

 a { background-color: rgb(130,51,129); }

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

border-color css

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

 span { border-color: rgb(130,51,129); }

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