Html Css Color HEX #965395 Violet Blue

📋 copy color: '#965395'

red 150 ◦ green 83 ◦ blue 149

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

Shades of Violet Blue #965395

Tints of Violet Blue #965395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.73%

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

R = 39.27%
G = 21.73%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965395 (or 0x965395) is known color: Violet Blue. HEX triplet: 96, 53 and 95. RGB value is (150,83,149). Sum of RGB (Red+Green+Blue) = 150+83+149=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965395 is #69AC6A. Grayscale: #6E6E6E. Windows color (decimal): -6925419 or 9786262. OLE color: 9786262.

HSL color Cylindrical-coordinate representation of color #965395: hue angle of 300.9º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965395 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 149 -
CMYK 0 0.45 0.01 0.41
HSL 300.9º 0.29% 0.46% -
HSV(B) 300.9º 0.45% 0.59% -
XYZ 21.1 14.84 30.19 -
YUV 110.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 150 83 149 0 0.45 0.01 0.41 300.9 0.29 0.46
Hex 96 53 95 0 2D 1 29 12D 1D 2E
Octal 226 123 225 0 55 1 51 455 35 56
Binary 10010110 1010011 10010101 0 101101 1 101001 100101101 11101 101110

Color Harmonies of #965395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965395

Black with #965395

Text Example


Text Example

White with #965395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965395; }

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

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

background-color css

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

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

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

border-color css

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

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

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