Html Css Color HEX #965D90 Violet Blue

📋 copy color: '#965D90'

red 150 ◦ green 93 ◦ blue 144

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

Shades of Violet Blue #965D90

Tints of Violet Blue #965D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 38.76%
G = 24.03%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#965D90 (or 0x965D90) is known color: Violet Blue. HEX triplet: 96, 5D and 90. RGB value is (150,93,144). Sum of RGB (Red+Green+Blue) = 150+93+144=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #965D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D90 is #69A26F. Grayscale: #737373. Windows color (decimal): -6922864 or 9461142. OLE color: 9461142.

HSL color Cylindrical-coordinate representation of color #965D90: hue angle of 306.32º 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 #965D90 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 93 144 -
CMYK 0 0.38 0.04 0.41
HSL 306.32º 0.23% 0.48% -
HSV(B) 306.32º 0.38% 0.59% -
XYZ 21.53 16.33 28.4 -
YUV 115.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 150 93 144 0 0.38 0.04 0.41 306.32 0.23 0.48
Hex 96 5D 90 0 26 4 29 132 17 30
Octal 226 135 220 0 46 4 51 462 27 60
Binary 10010110 1011101 10010000 0 100110 100 101001 100110010 10111 110000

Color Harmonies of #965D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D90

Black with #965D90

Text Example


Text Example

White with #965D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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