Html Css Color HEX #965A95 Violet Blue

📋 copy color: '#965A95'

red 150 ◦ green 90 ◦ blue 149

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

Shades of Violet Blue #965A95

Tints of Violet Blue #965A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 38.56%
G = 23.14%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965A95 (or 0x965A95) is known color: Violet Blue. HEX triplet: 96, 5A and 95. RGB value is (150,90,149). Sum of RGB (Red+Green+Blue) = 150+90+149=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #965A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965A95 is #69A56A. Grayscale: #727272. Windows color (decimal): -6923627 or 9788054. OLE color: 9788054.

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

Color convert

RGB 150 90 149 -
CMYK 0 0.4 0.01 0.41
HSL 301º 0.25% 0.47% -
HSV(B) 301º 0.4% 0.59% -
XYZ 21.66 15.97 30.37 -
YUV 114.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 150 90 149 0 0.4 0.01 0.41 301 0.25 0.47
Hex 96 5A 95 0 28 1 29 12D 19 2F
Octal 226 132 225 0 50 1 51 455 31 57
Binary 10010110 1011010 10010101 0 101000 1 101001 100101101 11001 101111

Color Harmonies of #965A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A95

Black with #965A95

Text Example


Text Example

White with #965A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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