Html Css Color HEX #953196 Vivid Violet

📋 copy color: '#953196'

red 149 ◦ green 49 ◦ blue 150

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

Shades of Vivid Violet #953196

Tints of Vivid Violet #953196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 42.82%
G = 14.08%
B = 43.1%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#953196 (or 0x953196) is known color: Vivid Violet. HEX triplet: 95, 31 and 96. RGB value is (149,49,150). Sum of RGB (Red+Green+Blue) = 149+49+150=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #953196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953196 is #6ACE69. Grayscale: #5A5A5A. Windows color (decimal): -6999658 or 9843093. OLE color: 9843093.

HSL color Cylindrical-coordinate representation of color #953196: hue angle of 299.41º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953196 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 49 150 -
CMYK 0.01 0.67 0 0.41
HSL 299.41º 0.51% 0.39% -
HSV(B) 299.41º 0.67% 0.59% -
XYZ 19 10.79 29.94 -
YUV 90.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 149 49 150 0.01 0.67 0 0.41 299.41 0.51 0.39
Hex 95 31 96 1 43 0 29 12B 33 27
Octal 225 61 226 1 103 0 51 453 63 47
Binary 10010101 110001 10010110 1 1000011 0 101001 100101011 110011 100111

Color Harmonies of #953196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953196

Black with #953196

Text Example


Text Example

White with #953196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953196; }

 p { color: rgb(149,49,150); }

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

background-color css

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

 a { background-color: rgb(149,49,150); }

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

border-color css

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

 span { border-color: rgb(149,49,150); }

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