Html Css Color HEX #964998 Violet Blue

📋 copy color: '#964998'

red 150 ◦ green 73 ◦ blue 152

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

Shades of Violet Blue #964998

Tints of Violet Blue #964998

RGB

 RED value IS 150 (58.98% from 255) = 40%

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 40%
G = 19.47%
B = 40.53%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#964998 (or 0x964998) is known color: Violet Blue. HEX triplet: 96, 49 and 98. RGB value is (150,73,152). Sum of RGB (Red+Green+Blue) = 150+73+152=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #964998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964998 is #69B667. Grayscale: #686868. Windows color (decimal): -6927976 or 9980310. OLE color: 9980310.

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

Color convert

RGB 150 73 152 -
CMYK 0.01 0.52 0 0.40
HSL 298.48º 0.35% 0.44% -
HSV(B) 298.48º 0.52% 0.6% -
XYZ 20.63 13.52 31.23 -
YUV 105.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 150 73 152 0.01 0.52 0 0.40 298.48 0.35 0.44
Hex 96 49 98 1 34 0 28 12A 23 2C
Octal 226 111 230 1 64 0 50 452 43 54
Binary 10010110 1001001 10011000 1 110100 0 101000 100101010 100011 101100

Color Harmonies of #964998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964998

Black with #964998

Text Example


Text Example

White with #964998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964998; }

 p { color: rgb(150,73,152); }

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

background-color css

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

 a { background-color: rgb(150,73,152); }

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

border-color css

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

 span { border-color: rgb(150,73,152); }

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