Html Css Color HEX #965C90 Violet Blue

📋 copy color: '#965C90'

red 150 ◦ green 92 ◦ blue 144

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

Shades of Violet Blue #965C90

Tints of Violet Blue #965C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 38.86%
G = 23.83%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#965C90 (or 0x965C90) is known color: Violet Blue. HEX triplet: 96, 5C and 90. RGB value is (150,92,144). Sum of RGB (Red+Green+Blue) = 150+92+144=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #965C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C90 is #69A36F. Grayscale: #737373. Windows color (decimal): -6923120 or 9460886. OLE color: 9460886.

HSL color Cylindrical-coordinate representation of color #965C90: hue angle of 306.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965C90 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 92 144 -
CMYK 0 0.39 0.04 0.41
HSL 306.21º 0.24% 0.47% -
HSV(B) 306.21º 0.39% 0.59% -
XYZ 21.44 16.15 28.37 -
YUV 115.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 150 92 144 0 0.39 0.04 0.41 306.21 0.24 0.47
Hex 96 5C 90 0 27 4 29 132 18 2F
Octal 226 134 220 0 47 4 51 462 30 57
Binary 10010110 1011100 10010000 0 100111 100 101001 100110010 11000 101111

Color Harmonies of #965C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C90

Black with #965C90

Text Example


Text Example

White with #965C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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