Html Css Color HEX #954F8B Violet Blue

📋 copy color: '#954F8B'

red 149 ◦ green 79 ◦ blue 139

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

Shades of Violet Blue #954F8B

Tints of Violet Blue #954F8B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 40.6%
G = 21.53%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#954F8B (or 0x954F8B) is known color: Violet Blue. HEX triplet: 95, 4F and 8B. RGB value is (149,79,139). Sum of RGB (Red+Green+Blue) = 149+79+139=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #954F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F8B is #6AB074. Grayscale: #6A6A6A. Windows color (decimal): -6991989 or 9129877. OLE color: 9129877.

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

Color convert

RGB 149 79 139 -
CMYK 0 0.47 0.07 0.42
HSL 308.57º 0.31% 0.45% -
HSV(B) 308.57º 0.47% 0.58% -
XYZ 19.85 13.85 26.05 -
YUV 106.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 149 79 139 0 0.47 0.07 0.42 308.57 0.31 0.45
Hex 95 4F 8B 0 2F 7 2A 135 1F 2D
Octal 225 117 213 0 57 7 52 465 37 55
Binary 10010101 1001111 10001011 0 101111 111 101010 100110101 11111 101101

Color Harmonies of #954F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F8B

Black with #954F8B

Text Example


Text Example

White with #954F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,79,139); }

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

background-color css

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

 a { background-color: rgb(149,79,139); }

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

border-color css

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

 span { border-color: rgb(149,79,139); }

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