Html Css Color HEX #965F95 Violet Blue

📋 copy color: '#965F95'

red 150 ◦ green 95 ◦ blue 149

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

Shades of Violet Blue #965F95

Tints of Violet Blue #965F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

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

R = 38.07%
G = 24.11%
B = 37.82%

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

#965F95 (or 0x965F95) is known color: Violet Blue. HEX triplet: 96, 5F and 95. RGB value is (150,95,149). Sum of RGB (Red+Green+Blue) = 150+95+149=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #965F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F95 is #69A06A. Grayscale: #757575. Windows color (decimal): -6922347 or 9789334. OLE color: 9789334.

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

Color convert

RGB 150 95 149 -
CMYK 0 0.37 0.01 0.41
HSL 301.09º 0.22% 0.48% -
HSV(B) 301.09º 0.37% 0.59% -
XYZ 22.09 16.84 30.52 -
YUV 117.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 150 95 149 0 0.37 0.01 0.41 301.09 0.22 0.48
Hex 96 5F 95 0 25 1 29 12D 16 30
Octal 226 137 225 0 45 1 51 455 26 60
Binary 10010110 1011111 10010101 0 100101 1 101001 100101101 10110 110000

Color Harmonies of #965F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F95

Black with #965F95

Text Example


Text Example

White with #965F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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