Html Css Color HEX #953E8C Vivid Violet

📋 copy color: '#953E8C'

red 149 ◦ green 62 ◦ blue 140

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

Shades of Vivid Violet #953E8C

Tints of Vivid Violet #953E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 42.45%
G = 17.66%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#953E8C (or 0x953E8C) is known color: Vivid Violet. HEX triplet: 95, 3E and 8C. RGB value is (149,62,140). Sum of RGB (Red+Green+Blue) = 149+62+140=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #953E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E8C is #6AC173. Grayscale: #606060. Windows color (decimal): -6996340 or 9191061. OLE color: 9191061.

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

Color convert

RGB 149 62 140 -
CMYK 0 0.58 0.06 0.42
HSL 306.21º 0.41% 0.41% -
HSV(B) 306.21º 0.58% 0.58% -
XYZ 18.85 11.73 26.08 -
YUV 96.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 149 62 140 0 0.58 0.06 0.42 306.21 0.41 0.41
Hex 95 3E 8C 0 3A 6 2A 132 29 29
Octal 225 76 214 0 72 6 52 462 51 51
Binary 10010101 111110 10001100 0 111010 110 101010 100110010 101001 101001

Color Harmonies of #953E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E8C

Black with #953E8C

Text Example


Text Example

White with #953E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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