Html Css Color HEX #965F97 Violet Blue

📋 copy color: '#965F97'

red 150 ◦ green 95 ◦ blue 151

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

Shades of Violet Blue #965F97

Tints of Violet Blue #965F97

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 37.88%
G = 23.99%
B = 38.13%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#965F97 (or 0x965F97) is known color: Violet Blue. HEX triplet: 96, 5F and 97. RGB value is (150,95,151). Sum of RGB (Red+Green+Blue) = 150+95+151=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #965F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F97 is #69A068. Grayscale: #757575. Windows color (decimal): -6922345 or 9920406. OLE color: 9920406.

HSL color Cylindrical-coordinate representation of color #965F97: hue angle of 298.93º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F97 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 151 -
CMYK 0.01 0.37 0 0.41
HSL 298.93º 0.23% 0.48% -
HSV(B) 298.93º 0.37% 0.59% -
XYZ 22.26 16.9 31.37 -
YUV 117.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 150 95 151 0.01 0.37 0 0.41 298.93 0.23 0.48
Hex 96 5F 97 1 25 0 29 12B 17 30
Octal 226 137 227 1 45 0 51 453 27 60
Binary 10010110 1011111 10010111 1 100101 0 101001 100101011 10111 110000

Color Harmonies of #965F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F97

Black with #965F97

Text Example


Text Example

White with #965F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965F97; }

 p { color: rgb(150,95,151); }

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

background-color css

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

 a { background-color: rgb(150,95,151); }

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

border-color css

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

 span { border-color: rgb(150,95,151); }

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