Html Css Color HEX #953893 Vivid Violet

📋 copy color: '#953893'

red 149 ◦ green 56 ◦ blue 147

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

Shades of Vivid Violet #953893

Tints of Vivid Violet #953893

RGB

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

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

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

R = 42.33%
G = 15.91%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953893 (or 0x953893) is known color: Vivid Violet. HEX triplet: 95, 38 and 93. RGB value is (149,56,147). Sum of RGB (Red+Green+Blue) = 149+56+147=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #953893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953893 is #6AC76C. Grayscale: #5D5D5D. Windows color (decimal): -6997869 or 9648277. OLE color: 9648277.

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

Color convert

RGB 149 56 147 -
CMYK 0 0.62 0.01 0.42
HSL 301.29º 0.45% 0.4% -
HSV(B) 301.29º 0.62% 0.58% -
XYZ 19.08 11.32 28.78 -
YUV 94.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 149 56 147 0 0.62 0.01 0.42 301.29 0.45 0.4
Hex 95 38 93 0 3E 1 2A 12D 2D 28
Octal 225 70 223 0 76 1 52 455 55 50
Binary 10010101 111000 10010011 0 111110 1 101010 100101101 101101 101000

Color Harmonies of #953893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953893

Black with #953893

Text Example


Text Example

White with #953893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953893; }

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

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

background-color css

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

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

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

border-color css

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

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

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