Html Css Color HEX #823090 Vivid Violet

📋 copy color: '#823090'

red 130 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #823090

Tints of Vivid Violet #823090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.91%

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

R = 40.37%
G = 14.91%
B = 44.72%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#823090 (or 0x823090) is known color: Vivid Violet. HEX triplet: 82, 30 and 90. RGB value is (130,48,144). Sum of RGB (Red+Green+Blue) = 130+48+144=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #823090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823090 is #7DCF6F. Grayscale: #535353. Windows color (decimal): -8245104 or 9449602. OLE color: 9449602.

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

Color convert

RGB 130 48 144 -
CMYK 0.10 0.67 0 0.44
HSL 291.25º 0.5% 0.38% -
HSV(B) 291.25º 0.67% 0.56% -
XYZ 15.3 8.87 27.29 -
YUV 83.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 130 48 144 0.10 0.67 0 0.44 291.25 0.5 0.38
Hex 82 30 90 A 43 0 2C 123 32 26
Octal 202 60 220 12 103 0 54 443 62 46
Binary 10000010 110000 10010000 1010 1000011 0 101100 100100011 110010 100110

Color Harmonies of #823090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823090

Black with #823090

Text Example


Text Example

White with #823090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823090; }

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

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

background-color css

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

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

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

border-color css

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

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

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