Html Css Color HEX #823382 Vivid Violet

📋 copy color: '#823382'

red 130 ◦ green 51 ◦ blue 130

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

Shades of Vivid Violet #823382

Tints of Vivid Violet #823382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 41.8%
G = 16.4%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#823382 (or 0x823382) is known color: Vivid Violet. HEX triplet: 82, 33 and 82. RGB value is (130,51,130). Sum of RGB (Red+Green+Blue) = 130+51+130=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #823382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823382 is #7DCC7D. Grayscale: #535353. Windows color (decimal): -8244350 or 8532866. OLE color: 8532866.

HSL color Cylindrical-coordinate representation of color #823382: hue angle of 300º 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 #823382 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 130 -
CMYK 0 0.61 0 0.49
HSL 300º 0.44% 0.35% -
HSV(B) 300º 0.61% 0.51% -
XYZ 14.42 8.73 22.04 -
YUV 83.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 130 51 130 0 0.61 0 0.49 300 0.44 0.35
Hex 82 33 82 0 3D 0 31 12C 2C 23
Octal 202 63 202 0 75 0 61 454 54 43
Binary 10000010 110011 10000010 0 111101 0 110001 100101100 101100 100011

Color Harmonies of #823382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823382

Black with #823382

Text Example


Text Example

White with #823382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823382; }

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

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

background-color css

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

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

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

border-color css

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

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

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