Html Css Color HEX #954898 Violet Blue

📋 copy color: '#954898'

red 149 ◦ green 72 ◦ blue 152

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

Shades of Violet Blue #954898

Tints of Violet Blue #954898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

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

R = 39.95%
G = 19.3%
B = 40.75%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#954898 (or 0x954898) is known color: Violet Blue. HEX triplet: 95, 48 and 98. RGB value is (149,72,152). Sum of RGB (Red+Green+Blue) = 149+72+152=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #954898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954898 is #6AB767. Grayscale: #676767. Windows color (decimal): -6993768 or 9980053. OLE color: 9980053.

HSL color Cylindrical-coordinate representation of color #954898: hue angle of 297.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954898 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 72 152 -
CMYK 0.02 0.53 0 0.40
HSL 297.75º 0.36% 0.44% -
HSV(B) 297.75º 0.53% 0.6% -
XYZ 20.38 13.29 31.2 -
YUV 104.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 149 72 152 0.02 0.53 0 0.40 297.75 0.36 0.44
Hex 95 48 98 2 35 0 28 12A 24 2C
Octal 225 110 230 2 65 0 50 452 44 54
Binary 10010101 1001000 10011000 10 110101 0 101000 100101010 100100 101100

Color Harmonies of #954898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954898

Black with #954898

Text Example


Text Example

White with #954898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954898; }

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

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

background-color css

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

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

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

border-color css

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

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

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