Html Css Color HEX #953F94 Vivid Violet

📋 copy color: '#953F94'

red 149 ◦ green 63 ◦ blue 148

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

Shades of Vivid Violet #953F94

Tints of Vivid Violet #953F94

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 41.39%
G = 17.5%
B = 41.11%

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

#953F94 (or 0x953F94) is known color: Vivid Violet. HEX triplet: 95, 3F and 94. RGB value is (149,63,148). Sum of RGB (Red+Green+Blue) = 149+63+148=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #953F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F94 is #6AC06B. Grayscale: #626262. Windows color (decimal): -6996076 or 9715605. OLE color: 9715605.

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

Color convert

RGB 149 63 148 -
CMYK 0 0.58 0.01 0.42
HSL 300.7º 0.41% 0.42% -
HSV(B) 300.7º 0.58% 0.58% -
XYZ 19.52 12.08 29.32 -
YUV 98.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 149 63 148 0 0.58 0.01 0.42 300.7 0.41 0.42
Hex 95 3F 94 0 3A 1 2A 12D 29 2A
Octal 225 77 224 0 72 1 52 455 51 52
Binary 10010101 111111 10010100 0 111010 1 101010 100101101 101001 101010

Color Harmonies of #953F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F94

Black with #953F94

Text Example


Text Example

White with #953F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,63,148); }

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

background-color css

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

 a { background-color: rgb(149,63,148); }

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

border-color css

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

 span { border-color: rgb(149,63,148); }

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