Html Css Color HEX #965593 Violet Blue

📋 copy color: '#965593'

red 150 ◦ green 85 ◦ blue 147

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

Shades of Violet Blue #965593

Tints of Violet Blue #965593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 39.27%
G = 22.25%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#965593 (or 0x965593) is known color: Violet Blue. HEX triplet: 96, 55 and 93. RGB value is (150,85,147). Sum of RGB (Red+Green+Blue) = 150+85+147=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965593 is #69AA6C. Grayscale: #6F6F6F. Windows color (decimal): -6924909 or 9655702. OLE color: 9655702.

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

Color convert

RGB 150 85 147 -
CMYK 0 0.43 0.02 0.41
HSL 302.77º 0.28% 0.46% -
HSV(B) 302.77º 0.43% 0.59% -
XYZ 21.09 15.09 29.4 -
YUV 111.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 150 85 147 0 0.43 0.02 0.41 302.77 0.28 0.46
Hex 96 55 93 0 2B 2 29 12F 1C 2E
Octal 226 125 223 0 53 2 51 457 34 56
Binary 10010110 1010101 10010011 0 101011 10 101001 100101111 11100 101110

Color Harmonies of #965593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965593

Black with #965593

Text Example


Text Example

White with #965593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965593; }

 p { color: rgb(150,85,147); }

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

background-color css

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

 a { background-color: rgb(150,85,147); }

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

border-color css

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

 span { border-color: rgb(150,85,147); }

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