Html Css Color HEX #954E9F Violet Blue

📋 copy color: '#954E9F'

red 149 ◦ green 78 ◦ blue 159

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

Shades of Violet Blue #954E9F

Tints of Violet Blue #954E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.21%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 38.6%
G = 20.21%
B = 41.19%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#954E9F (or 0x954E9F) is known color: Violet Blue. HEX triplet: 95, 4E and 9F. RGB value is (149,78,159). Sum of RGB (Red+Green+Blue) = 149+78+159=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #954E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E9F is #6AB160. Grayscale: #6C6C6C. Windows color (decimal): -6992225 or 10440341. OLE color: 10440341.

HSL color Cylindrical-coordinate representation of color #954E9F: hue angle of 292.59º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954E9F is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 78 159 -
CMYK 0.06 0.51 0 0.38
HSL 292.59º 0.34% 0.46% -
HSV(B) 292.59º 0.51% 0.62% -
XYZ 21.38 14.34 34.44 -
YUV 108.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 149 78 159 0.06 0.51 0 0.38 292.59 0.34 0.46
Hex 95 4E 9F 6 33 0 26 125 22 2E
Octal 225 116 237 6 63 0 46 445 42 56
Binary 10010101 1001110 10011111 110 110011 0 100110 100100101 100010 101110

Color Harmonies of #954E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E9F

Black with #954E9F

Text Example


Text Example

White with #954E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954E9F; }

 p { color: rgb(149,78,159); }

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

background-color css

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

 a { background-color: rgb(149,78,159); }

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

border-color css

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

 span { border-color: rgb(149,78,159); }

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