Html Css Color HEX #953892 Vivid Violet

📋 copy color: '#953892'

red 149 ◦ green 56 ◦ blue 146

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

Shades of Vivid Violet #953892

Tints of Vivid Violet #953892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 42.45%
G = 15.95%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#953892 (or 0x953892) is known color: Vivid Violet. HEX triplet: 95, 38 and 92. RGB value is (149,56,146). Sum of RGB (Red+Green+Blue) = 149+56+146=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #953892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953892 is #6AC76D. Grayscale: #5D5D5D. Windows color (decimal): -6997870 or 9582741. OLE color: 9582741.

HSL color Cylindrical-coordinate representation of color #953892: hue angle of 301.94º 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 #953892 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 146 -
CMYK 0 0.62 0.02 0.42
HSL 301.94º 0.45% 0.4% -
HSV(B) 301.94º 0.62% 0.58% -
XYZ 19 11.29 28.37 -
YUV 94.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 149 56 146 0 0.62 0.02 0.42 301.94 0.45 0.4
Hex 95 38 92 0 3E 2 2A 12E 2D 28
Octal 225 70 222 0 76 2 52 456 55 50
Binary 10010101 111000 10010010 0 111110 10 101010 100101110 101101 101000

Color Harmonies of #953892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953892

Black with #953892

Text Example


Text Example

White with #953892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953892; }

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

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

background-color css

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

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

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

border-color css

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

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

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