Html Css Color HEX #964598 Violet Blue

📋 copy color: '#964598'

red 150 ◦ green 69 ◦ blue 152

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

Shades of Violet Blue #964598

Tints of Violet Blue #964598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

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

R = 40.43%
G = 18.6%
B = 40.97%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#964598 (or 0x964598) is known color: Violet Blue. HEX triplet: 96, 45 and 98. RGB value is (150,69,152). Sum of RGB (Red+Green+Blue) = 150+69+152=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #964598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964598 is #69BA67. Grayscale: #666666. Windows color (decimal): -6929000 or 9979286. OLE color: 9979286.

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

Color convert

RGB 150 69 152 -
CMYK 0.01 0.55 0 0.40
HSL 298.55º 0.38% 0.43% -
HSV(B) 298.55º 0.55% 0.6% -
XYZ 20.37 13.01 31.14 -
YUV 102.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 150 69 152 0.01 0.55 0 0.40 298.55 0.38 0.43
Hex 96 45 98 1 37 0 28 12B 26 2B
Octal 226 105 230 1 67 0 50 453 46 53
Binary 10010110 1000101 10011000 1 110111 0 101000 100101011 100110 101011

Color Harmonies of #964598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964598

Black with #964598

Text Example


Text Example

White with #964598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964598; }

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

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

background-color css

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

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

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

border-color css

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

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

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