Html Css Color HEX #954F90 Violet Blue

📋 copy color: '#954F90'

red 149 ◦ green 79 ◦ blue 144

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

Shades of Violet Blue #954F90

Tints of Violet Blue #954F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 40.05%
G = 21.24%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#954F90 (or 0x954F90) is known color: Violet Blue. HEX triplet: 95, 4F and 90. RGB value is (149,79,144). Sum of RGB (Red+Green+Blue) = 149+79+144=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #954F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F90 is #6AB06F. Grayscale: #6B6B6B. Windows color (decimal): -6991984 or 9457557. OLE color: 9457557.

HSL color Cylindrical-coordinate representation of color #954F90: hue angle of 304.29º 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 #954F90 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 144 -
CMYK 0 0.47 0.03 0.42
HSL 304.29º 0.31% 0.45% -
HSV(B) 304.29º 0.47% 0.58% -
XYZ 20.22 14 28.02 -
YUV 107.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 149 79 144 0 0.47 0.03 0.42 304.29 0.31 0.45
Hex 95 4F 90 0 2F 3 2A 130 1F 2D
Octal 225 117 220 0 57 3 52 460 37 55
Binary 10010101 1001111 10010000 0 101111 11 101010 100110000 11111 101101

Color Harmonies of #954F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F90

Black with #954F90

Text Example


Text Example

White with #954F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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