Html Css Color HEX #964D98 Violet Blue

📋 copy color: '#964D98'

red 150 ◦ green 77 ◦ blue 152

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

Shades of Violet Blue #964D98

Tints of Violet Blue #964D98

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

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

R = 39.58%
G = 20.32%
B = 40.11%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#964D98 (or 0x964D98) is known color: Violet Blue. HEX triplet: 96, 4D and 98. RGB value is (150,77,152). Sum of RGB (Red+Green+Blue) = 150+77+152=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #964D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D98 is #69B267. Grayscale: #6B6B6B. Windows color (decimal): -6926952 or 9981334. OLE color: 9981334.

HSL color Cylindrical-coordinate representation of color #964D98: hue angle of 298.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D98 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 77 152 -
CMYK 0.01 0.49 0 0.40
HSL 298.4º 0.33% 0.45% -
HSV(B) 298.4º 0.49% 0.6% -
XYZ 20.9 14.06 31.32 -
YUV 107.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 150 77 152 0.01 0.49 0 0.40 298.4 0.33 0.45
Hex 96 4D 98 1 31 0 28 12A 21 2D
Octal 226 115 230 1 61 0 50 452 41 55
Binary 10010110 1001101 10011000 1 110001 0 101000 100101010 100001 101101

Color Harmonies of #964D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D98

Black with #964D98

Text Example


Text Example

White with #964D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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