Html Css Color HEX #954798 Violet Blue

📋 copy color: '#954798'

red 149 ◦ green 71 ◦ blue 152

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

Shades of Violet Blue #954798

Tints of Violet Blue #954798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

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

R = 40.05%
G = 19.09%
B = 40.86%

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

#954798 (or 0x954798) is known color: Violet Blue. HEX triplet: 95, 47 and 98. RGB value is (149,71,152). Sum of RGB (Red+Green+Blue) = 149+71+152=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #954798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954798 is #6AB867. Grayscale: #676767. Windows color (decimal): -6994024 or 9979797. OLE color: 9979797.

HSL color Cylindrical-coordinate representation of color #954798: hue angle of 297.78º 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 #954798 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 71 152 -
CMYK 0.02 0.53 0 0.40
HSL 297.78º 0.36% 0.44% -
HSV(B) 297.78º 0.53% 0.6% -
XYZ 20.32 13.16 31.18 -
YUV 103.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 149 71 152 0.02 0.53 0 0.40 297.78 0.36 0.44
Hex 95 47 98 2 35 0 28 12A 24 2C
Octal 225 107 230 2 65 0 50 452 44 54
Binary 10010101 1000111 10011000 10 110101 0 101000 100101010 100100 101100

Color Harmonies of #954798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954798

Black with #954798

Text Example


Text Example

White with #954798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954798; }

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

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

background-color css

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

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

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

border-color css

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

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

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