Html Css Color HEX #965E94 Violet Blue

📋 copy color: '#965E94'

red 150 ◦ green 94 ◦ blue 148

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

Shades of Violet Blue #965E94

Tints of Violet Blue #965E94

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.98%

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 38.27%
G = 23.98%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965E94 (or 0x965E94) is known color: Violet Blue. HEX triplet: 96, 5E and 94. RGB value is (150,94,148). Sum of RGB (Red+Green+Blue) = 150+94+148=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #965E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965E94 is #69A16B. Grayscale: #747474. Windows color (decimal): -6922604 or 9723542. OLE color: 9723542.

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

Color convert

RGB 150 94 148 -
CMYK 0 0.37 0.01 0.41
HSL 302.14º 0.23% 0.48% -
HSV(B) 302.14º 0.37% 0.59% -
XYZ 21.93 16.63 30.07 -
YUV 116.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 150 94 148 0 0.37 0.01 0.41 302.14 0.23 0.48
Hex 96 5E 94 0 25 1 29 12E 17 30
Octal 226 136 224 0 45 1 51 456 27 60
Binary 10010110 1011110 10010100 0 100101 1 101001 100101110 10111 110000

Color Harmonies of #965E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E94

Black with #965E94

Text Example


Text Example

White with #965E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,94,148); }

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

background-color css

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

 a { background-color: rgb(150,94,148); }

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

border-color css

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

 span { border-color: rgb(150,94,148); }

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