Html Css Color HEX #954E8D Violet Blue

📋 copy color: '#954E8D'

red 149 ◦ green 78 ◦ blue 141

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

Shades of Violet Blue #954E8D

Tints of Violet Blue #954E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 40.49%
G = 21.2%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#954E8D (or 0x954E8D) is known color: Violet Blue. HEX triplet: 95, 4E and 8D. RGB value is (149,78,141). Sum of RGB (Red+Green+Blue) = 149+78+141=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #954E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E8D is #6AB172. Grayscale: #6A6A6A. Windows color (decimal): -6992243 or 9260693. OLE color: 9260693.

HSL color Cylindrical-coordinate representation of color #954E8D: hue angle of 306.76º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E8D is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 141 -
CMYK 0 0.48 0.05 0.42
HSL 306.76º 0.31% 0.45% -
HSV(B) 306.76º 0.48% 0.58% -
XYZ 19.93 13.76 26.81 -
YUV 106.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 149 78 141 0 0.48 0.05 0.42 306.76 0.31 0.45
Hex 95 4E 8D 0 30 5 2A 133 1F 2D
Octal 225 116 215 0 60 5 52 463 37 55
Binary 10010101 1001110 10001101 0 110000 101 101010 100110011 11111 101101

Color Harmonies of #954E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E8D

Black with #954E8D

Text Example


Text Example

White with #954E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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