Html Css Color HEX #965795 Violet Blue

📋 copy color: '#965795'

red 150 ◦ green 87 ◦ blue 149

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

Shades of Violet Blue #965795

Tints of Violet Blue #965795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

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

R = 38.86%
G = 22.54%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965795 (or 0x965795) is known color: Violet Blue. HEX triplet: 96, 57 and 95. RGB value is (150,87,149). Sum of RGB (Red+Green+Blue) = 150+87+149=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #965795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965795 is #69A86A. Grayscale: #707070. Windows color (decimal): -6924395 or 9787286. OLE color: 9787286.

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

Color convert

RGB 150 87 149 -
CMYK 0 0.42 0.01 0.41
HSL 300.95º 0.27% 0.46% -
HSV(B) 300.95º 0.42% 0.59% -
XYZ 21.41 15.47 30.29 -
YUV 112.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 150 87 149 0 0.42 0.01 0.41 300.95 0.27 0.46
Hex 96 57 95 0 2A 1 29 12D 1B 2E
Octal 226 127 225 0 52 1 51 455 33 56
Binary 10010110 1010111 10010101 0 101010 1 101001 100101101 11011 101110

Color Harmonies of #965795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965795

Black with #965795

Text Example


Text Example

White with #965795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965795; }

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

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

background-color css

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

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

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

border-color css

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

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

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