Html Css Color HEX #823390 Vivid Violet

📋 copy color: '#823390'

red 130 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #823390

Tints of Vivid Violet #823390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 40%
G = 15.69%
B = 44.31%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#823390 (or 0x823390) is known color: Vivid Violet. HEX triplet: 82, 33 and 90. RGB value is (130,51,144). Sum of RGB (Red+Green+Blue) = 130+51+144=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #823390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823390 is #7DCC6F. Grayscale: #545454. Windows color (decimal): -8244336 or 9450370. OLE color: 9450370.

HSL color Cylindrical-coordinate representation of color #823390: hue angle of 290.97º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823390 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 51 144 -
CMYK 0.10 0.65 0 0.44
HSL 290.97º 0.48% 0.38% -
HSV(B) 290.97º 0.65% 0.56% -
XYZ 15.42 9.13 27.33 -
YUV 85.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 130 51 144 0.10 0.65 0 0.44 290.97 0.48 0.38
Hex 82 33 90 A 41 0 2C 123 30 26
Octal 202 63 220 12 101 0 54 443 60 46
Binary 10000010 110011 10010000 1010 1000001 0 101100 100100011 110000 100110

Color Harmonies of #823390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823390

Black with #823390

Text Example


Text Example

White with #823390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823390; }

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

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

background-color css

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

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

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

border-color css

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

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

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