Html Css Color HEX #954B98 Violet Blue

📋 copy color: '#954B98'

red 149 ◦ green 75 ◦ blue 152

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

Shades of Violet Blue #954B98

Tints of Violet Blue #954B98

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 39.63%
G = 19.95%
B = 40.43%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#954B98 (or 0x954B98) is known color: Violet Blue. HEX triplet: 95, 4B and 98. RGB value is (149,75,152). Sum of RGB (Red+Green+Blue) = 149+75+152=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #954B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954B98 is #6AB467. Grayscale: #696969. Windows color (decimal): -6993000 or 9980821. OLE color: 9980821.

HSL color Cylindrical-coordinate representation of color #954B98: hue angle of 297.66º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954B98 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 75 152 -
CMYK 0.02 0.51 0 0.40
HSL 297.66º 0.34% 0.45% -
HSV(B) 297.66º 0.51% 0.6% -
XYZ 20.58 13.69 31.26 -
YUV 105.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 149 75 152 0.02 0.51 0 0.40 297.66 0.34 0.45
Hex 95 4B 98 2 33 0 28 12A 22 2D
Octal 225 113 230 2 63 0 50 452 42 55
Binary 10010101 1001011 10011000 10 110011 0 101000 100101010 100010 101101

Color Harmonies of #954B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B98

Black with #954B98

Text Example


Text Example

White with #954B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,75,152); }

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

background-color css

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

 a { background-color: rgb(149,75,152); }

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

border-color css

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

 span { border-color: rgb(149,75,152); }

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