Html Css Color HEX #953896 Vivid Violet

📋 copy color: '#953896'

red 149 ◦ green 56 ◦ blue 150

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

Shades of Vivid Violet #953896

Tints of Vivid Violet #953896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 41.97%
G = 15.77%
B = 42.25%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#953896 (or 0x953896) is known color: Vivid Violet. HEX triplet: 95, 38 and 96. RGB value is (149,56,150). Sum of RGB (Red+Green+Blue) = 149+56+150=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #953896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953896 is #6AC769. Grayscale: #5E5E5E. Windows color (decimal): -6997866 or 9844885. OLE color: 9844885.

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

Color convert

RGB 149 56 150 -
CMYK 0.01 0.63 0 0.41
HSL 299.36º 0.46% 0.4% -
HSV(B) 299.36º 0.63% 0.59% -
XYZ 19.31 11.42 30.04 -
YUV 94.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 149 56 150 0.01 0.63 0 0.41 299.36 0.46 0.4
Hex 95 38 96 1 3F 0 29 12B 2E 28
Octal 225 70 226 1 77 0 51 453 56 50
Binary 10010101 111000 10010110 1 111111 0 101001 100101011 101110 101000

Color Harmonies of #953896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953896

Black with #953896

Text Example


Text Example

White with #953896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953896; }

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

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

background-color css

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

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

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

border-color css

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

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

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