Html Css Color HEX #954392 Vivid Violet

📋 copy color: '#954392'

red 149 ◦ green 67 ◦ blue 146

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

Shades of Vivid Violet #954392

Tints of Vivid Violet #954392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.51%

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

R = 41.16%
G = 18.51%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#954392 (or 0x954392) is known color: Vivid Violet. HEX triplet: 95, 43 and 92. RGB value is (149,67,146). Sum of RGB (Red+Green+Blue) = 149+67+146=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #954392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954392 is #6ABC6D. Grayscale: #646464. Windows color (decimal): -6995054 or 9585557. OLE color: 9585557.

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

Color convert

RGB 149 67 146 -
CMYK 0 0.55 0.02 0.42
HSL 302.2º 0.38% 0.42% -
HSV(B) 302.2º 0.55% 0.58% -
XYZ 19.59 12.48 28.57 -
YUV 100.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 149 67 146 0 0.55 0.02 0.42 302.2 0.38 0.42
Hex 95 43 92 0 37 2 2A 12E 26 2A
Octal 225 103 222 0 67 2 52 456 46 52
Binary 10010101 1000011 10010010 0 110111 10 101010 100101110 100110 101010

Color Harmonies of #954392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954392

Black with #954392

Text Example


Text Example

White with #954392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954392; }

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

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

background-color css

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

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

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

border-color css

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

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

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