Html Css Color HEX #823092 Vivid Violet

📋 copy color: '#823092'

red 130 ◦ green 48 ◦ blue 146

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

Shades of Vivid Violet #823092

Tints of Vivid Violet #823092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 40.12%
G = 14.81%
B = 45.06%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#823092 (or 0x823092) is known color: Vivid Violet. HEX triplet: 82, 30 and 92. RGB value is (130,48,146). Sum of RGB (Red+Green+Blue) = 130+48+146=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #823092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823092 is #7DCF6D. Grayscale: #535353. Windows color (decimal): -8245102 or 9580674. OLE color: 9580674.

HSL color Cylindrical-coordinate representation of color #823092: hue angle of 290.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823092 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 48 146 -
CMYK 0.11 0.67 0 0.43
HSL 290.2º 0.51% 0.38% -
HSV(B) 290.2º 0.67% 0.57% -
XYZ 15.45 8.94 28.1 -
YUV 83.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 130 48 146 0.11 0.67 0 0.43 290.2 0.51 0.38
Hex 82 30 92 B 43 0 2B 122 33 26
Octal 202 60 222 13 103 0 53 442 63 46
Binary 10000010 110000 10010010 1011 1000011 0 101011 100100010 110011 100110

Color Harmonies of #823092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823092

Black with #823092

Text Example


Text Example

White with #823092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823092; }

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

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

background-color css

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

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

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

border-color css

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

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

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