Html Css Color HEX #823490 Vivid Violet

📋 copy color: '#823490'

red 130 ◦ green 52 ◦ blue 144

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

Shades of Vivid Violet #823490

Tints of Vivid Violet #823490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 39.88%
G = 15.95%
B = 44.17%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#823490 (or 0x823490) is known color: Vivid Violet. HEX triplet: 82, 34 and 90. RGB value is (130,52,144). Sum of RGB (Red+Green+Blue) = 130+52+144=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #823490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823490 is #7DCB6F. Grayscale: #555555. Windows color (decimal): -8244080 or 9450626. OLE color: 9450626.

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

Color convert

RGB 130 52 144 -
CMYK 0.10 0.64 0 0.44
HSL 290.87º 0.47% 0.38% -
HSV(B) 290.87º 0.64% 0.56% -
XYZ 15.47 9.22 27.35 -
YUV 85.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 130 52 144 0.10 0.64 0 0.44 290.87 0.47 0.38
Hex 82 34 90 A 40 0 2C 123 2F 26
Octal 202 64 220 12 100 0 54 443 57 46
Binary 10000010 110100 10010000 1010 1000000 0 101100 100100011 101111 100110

Color Harmonies of #823490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823490

Black with #823490

Text Example


Text Example

White with #823490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823490; }

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

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

background-color css

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

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

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

border-color css

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

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

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