Html Css Color HEX #954092 Vivid Violet

📋 copy color: '#954092'

red 149 ◦ green 64 ◦ blue 146

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

Shades of Vivid Violet #954092

Tints of Vivid Violet #954092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 41.5%
G = 17.83%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#954092 (or 0x954092) is known color: Vivid Violet. HEX triplet: 95, 40 and 92. RGB value is (149,64,146). Sum of RGB (Red+Green+Blue) = 149+64+146=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #954092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954092 is #6ABF6D. Grayscale: #626262. Windows color (decimal): -6995822 or 9584789. OLE color: 9584789.

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

Color convert

RGB 149 64 146 -
CMYK 0 0.57 0.02 0.42
HSL 302.12º 0.4% 0.42% -
HSV(B) 302.12º 0.57% 0.58% -
XYZ 19.42 12.13 28.51 -
YUV 98.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 149 64 146 0 0.57 0.02 0.42 302.12 0.4 0.42
Hex 95 40 92 0 39 2 2A 12E 28 2A
Octal 225 100 222 0 71 2 52 456 50 52
Binary 10010101 1000000 10010010 0 111001 10 101010 100101110 101000 101010

Color Harmonies of #954092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954092

Black with #954092

Text Example


Text Example

White with #954092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954092; }

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

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

background-color css

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

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

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

border-color css

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

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

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