Html Css Color HEX #965D95 Violet Blue

📋 copy color: '#965D95'

red 150 ◦ green 93 ◦ blue 149

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

Shades of Violet Blue #965D95

Tints of Violet Blue #965D95

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 38.27%
G = 23.72%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965D95 (or 0x965D95) is known color: Violet Blue. HEX triplet: 96, 5D and 95. RGB value is (150,93,149). Sum of RGB (Red+Green+Blue) = 150+93+149=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #965D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D95 is #69A26A. Grayscale: #747474. Windows color (decimal): -6922859 or 9788822. OLE color: 9788822.

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

Color convert

RGB 150 93 149 -
CMYK 0 0.38 0.01 0.41
HSL 301.05º 0.23% 0.48% -
HSV(B) 301.05º 0.38% 0.59% -
XYZ 21.92 16.48 30.46 -
YUV 116.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 150 93 149 0 0.38 0.01 0.41 301.05 0.23 0.48
Hex 96 5D 95 0 26 1 29 12D 17 30
Octal 226 135 225 0 46 1 51 455 27 60
Binary 10010110 1011101 10010101 0 100110 1 101001 100101101 10111 110000

Color Harmonies of #965D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D95

Black with #965D95

Text Example


Text Example

White with #965D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,93,149); }

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

background-color css

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

 a { background-color: rgb(150,93,149); }

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

border-color css

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

 span { border-color: rgb(150,93,149); }

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