Html Css Color HEX #953E92 Vivid Violet

📋 copy color: '#953E92'

red 149 ◦ green 62 ◦ blue 146

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

Shades of Vivid Violet #953E92

Tints of Vivid Violet #953E92

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.37%

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

R = 41.74%
G = 17.37%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#953E92 (or 0x953E92) is known color: Vivid Violet. HEX triplet: 95, 3E and 92. RGB value is (149,62,146). Sum of RGB (Red+Green+Blue) = 149+62+146=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #953E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E92 is #6AC16D. Grayscale: #616161. Windows color (decimal): -6996334 or 9584277. OLE color: 9584277.

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

Color convert

RGB 149 62 146 -
CMYK 0 0.58 0.02 0.42
HSL 302.07º 0.41% 0.41% -
HSV(B) 302.07º 0.58% 0.58% -
XYZ 19.31 11.91 28.48 -
YUV 97.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 149 62 146 0 0.58 0.02 0.42 302.07 0.41 0.41
Hex 95 3E 92 0 3A 2 2A 12E 29 29
Octal 225 76 222 0 72 2 52 456 51 51
Binary 10010101 111110 10010010 0 111010 10 101010 100101110 101001 101001

Color Harmonies of #953E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E92

Black with #953E92

Text Example


Text Example

White with #953E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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