Html Css Color HEX #953E93 Vivid Violet

📋 copy color: '#953E93'

red 149 ◦ green 62 ◦ blue 147

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

Shades of Vivid Violet #953E93

Tints of Vivid Violet #953E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 41.62%
G = 17.32%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953E93 (or 0x953E93) is known color: Vivid Violet. HEX triplet: 95, 3E and 93. RGB value is (149,62,147). Sum of RGB (Red+Green+Blue) = 149+62+147=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #953E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E93 is #6AC16C. Grayscale: #616161. Windows color (decimal): -6996333 or 9649813. OLE color: 9649813.

HSL color Cylindrical-coordinate representation of color #953E93: hue angle of 301.38º 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 #953E93 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 62 147 -
CMYK 0 0.58 0.01 0.42
HSL 301.38º 0.41% 0.41% -
HSV(B) 301.38º 0.58% 0.58% -
XYZ 19.38 11.94 28.89 -
YUV 97.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 149 62 147 0 0.58 0.01 0.42 301.38 0.41 0.41
Hex 95 3E 93 0 3A 1 2A 12D 29 29
Octal 225 76 223 0 72 1 52 455 51 51
Binary 10010101 111110 10010011 0 111010 1 101010 100101101 101001 101001

Color Harmonies of #953E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E93

Black with #953E93

Text Example


Text Example

White with #953E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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