Html Css Color HEX #954F93 Violet Blue

📋 copy color: '#954F93'

red 149 ◦ green 79 ◦ blue 147

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

Shades of Violet Blue #954F93

Tints of Violet Blue #954F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 39.73%
G = 21.07%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#954F93 (or 0x954F93) is known color: Violet Blue. HEX triplet: 95, 4F and 93. RGB value is (149,79,147). Sum of RGB (Red+Green+Blue) = 149+79+147=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #954F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F93 is #6AB06C. Grayscale: #6B6B6B. Windows color (decimal): -6991981 or 9654165. OLE color: 9654165.

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

Color convert

RGB 149 79 147 -
CMYK 0 0.47 0.01 0.42
HSL 301.71º 0.31% 0.45% -
HSV(B) 301.71º 0.47% 0.58% -
XYZ 20.46 14.09 29.24 -
YUV 107.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 149 79 147 0 0.47 0.01 0.42 301.71 0.31 0.45
Hex 95 4F 93 0 2F 1 2A 12E 1F 2D
Octal 225 117 223 0 57 1 52 456 37 55
Binary 10010101 1001111 10010011 0 101111 1 101010 100101110 11111 101101

Color Harmonies of #954F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F93

Black with #954F93

Text Example


Text Example

White with #954F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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