Html Css Color HEX #967598 Violet Blue

📋 copy color: '#967598'

red 150 ◦ green 117 ◦ blue 152

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

Shades of Violet Blue #967598

Tints of Violet Blue #967598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.92%

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

R = 35.8%
G = 27.92%
B = 36.28%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#967598 (or 0x967598) is known color: Violet Blue. HEX triplet: 96, 75 and 98. RGB value is (150,117,152). Sum of RGB (Red+Green+Blue) = 150+117+152=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 152 - color contains mainly: blue. Hex color #967598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967598 is #698A67. Grayscale: #828282. Windows color (decimal): -6916712 or 9991574. OLE color: 9991574.

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

Color convert

RGB 150 117 152 -
CMYK 0.01 0.23 0 0.40
HSL 296.57º 0.15% 0.53% -
HSV(B) 296.57º 0.23% 0.6% -
XYZ 24.61 21.47 32.55 -
YUV 130.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 150 117 152 0.01 0.23 0 0.40 296.57 0.15 0.53
Hex 96 75 98 1 17 0 28 129 F 35
Octal 226 165 230 1 27 0 50 451 17 65
Binary 10010110 1110101 10011000 1 10111 0 101000 100101001 1111 110101

Color Harmonies of #967598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967598

Black with #967598

Text Example


Text Example

White with #967598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967598; }

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

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

background-color css

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

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

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

border-color css

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

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

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