Html Css Color HEX #823CA0 Vivid Violet

📋 copy color: '#823CA0'

red 130 ◦ green 60 ◦ blue 160

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

Shades of Vivid Violet #823CA0

Tints of Vivid Violet #823CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 37.14%
G = 17.14%
B = 45.71%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#823CA0 (or 0x823CA0) is known color: Vivid Violet. HEX triplet: 82, 3C and A0. RGB value is (130,60,160). Sum of RGB (Red+Green+Blue) = 130+60+160=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #823CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823CA0 is #7DC35F. Grayscale: #5C5C5C. Windows color (decimal): -8242016 or 10501250. OLE color: 10501250.

HSL color Cylindrical-coordinate representation of color #823CA0: hue angle of 282º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823CA0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 60 160 -
CMYK 0.19 0.62 0 0.37
HSL 282º 0.45% 0.43% -
HSV(B) 282º 0.63% 0.63% -
XYZ 17.17 10.52 34.38 -
YUV 92.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 130 60 160 0.19 0.62 0 0.37 282 0.45 0.43
Hex 82 3C A0 13 3E 0 25 11A 2D 2B
Octal 202 74 240 23 76 0 45 432 55 53
Binary 10000010 111100 10100000 10011 111110 0 100101 100011010 101101 101011

Color Harmonies of #823CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823CA0

Black with #823CA0

Text Example


Text Example

White with #823CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823CA0; }

 p { color: rgb(130,60,160); }

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

background-color css

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

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

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

border-color css

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

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

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