Html Css Color HEX #974B98 Violet Blue

📋 copy color: '#974B98'

red 151 ◦ green 75 ◦ blue 152

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

Shades of Violet Blue #974B98

Tints of Violet Blue #974B98

RGB

 RED value IS 151 (59.38% from 255) = 39.95%

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

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

R = 39.95%
G = 19.84%
B = 40.21%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#974B98 (or 0x974B98) is known color: Violet Blue. HEX triplet: 97, 4B and 98. RGB value is (151,75,152). Sum of RGB (Red+Green+Blue) = 151+75+152=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #974B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B98 is #68B467. Grayscale: #6A6A6A. Windows color (decimal): -6861928 or 9980823. OLE color: 9980823.

HSL color Cylindrical-coordinate representation of color #974B98: hue angle of 299.22º 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 #974B98 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 75 152 -
CMYK 0.01 0.51 0 0.40
HSL 299.22º 0.34% 0.45% -
HSV(B) 299.22º 0.51% 0.6% -
XYZ 20.95 13.88 31.28 -
YUV 106.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 151 75 152 0.01 0.51 0 0.40 299.22 0.34 0.45
Hex 97 4B 98 1 33 0 28 12B 22 2D
Octal 227 113 230 1 63 0 50 453 42 55
Binary 10010111 1001011 10011000 1 110011 0 101000 100101011 100010 101101

Color Harmonies of #974B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974B98

Black with #974B98

Text Example


Text Example

White with #974B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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