Html Css Color HEX #953792 Vivid Violet

📋 copy color: '#953792'

red 149 ◦ green 55 ◦ blue 146

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

Shades of Vivid Violet #953792

Tints of Vivid Violet #953792

RGB

 RED value IS 149 (58.59% from 255) = 42.57%

 GREEN value IS 55 (21.88% from 255) = 15.71%

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

R = 42.57%
G = 15.71%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#953792 (or 0x953792) is known color: Vivid Violet. HEX triplet: 95, 37 and 92. RGB value is (149,55,146). Sum of RGB (Red+Green+Blue) = 149+55+146=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #953792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953792 is #6AC86D. Grayscale: #5D5D5D. Windows color (decimal): -6998126 or 9582485. OLE color: 9582485.

HSL color Cylindrical-coordinate representation of color #953792: hue angle of 301.91º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953792 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 146 -
CMYK 0 0.63 0.02 0.42
HSL 301.91º 0.46% 0.4% -
HSV(B) 301.91º 0.63% 0.58% -
XYZ 18.95 11.2 28.36 -
YUV 93.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 149 55 146 0 0.63 0.02 0.42 301.91 0.46 0.4
Hex 95 37 92 0 3F 2 2A 12E 2E 28
Octal 225 67 222 0 77 2 52 456 56 50
Binary 10010101 110111 10010010 0 111111 10 101010 100101110 101110 101000

Color Harmonies of #953792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953792

Black with #953792

Text Example


Text Example

White with #953792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953792; }

 p { color: rgb(149,55,146); }

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

background-color css

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

 a { background-color: rgb(149,55,146); }

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

border-color css

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

 span { border-color: rgb(149,55,146); }

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