Html Css Color HEX #965993 Violet Blue

📋 copy color: '#965993'

red 150 ◦ green 89 ◦ blue 147

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

Shades of Violet Blue #965993

Tints of Violet Blue #965993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

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

R = 38.86%
G = 23.06%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#965993 (or 0x965993) is known color: Violet Blue. HEX triplet: 96, 59 and 93. RGB value is (150,89,147). Sum of RGB (Red+Green+Blue) = 150+89+147=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #965993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965993 is #69A66C. Grayscale: #717171. Windows color (decimal): -6923885 or 9656726. OLE color: 9656726.

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

Color convert

RGB 150 89 147 -
CMYK 0 0.41 0.02 0.41
HSL 302.95º 0.26% 0.47% -
HSV(B) 302.95º 0.41% 0.59% -
XYZ 21.42 15.74 29.51 -
YUV 113.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 150 89 147 0 0.41 0.02 0.41 302.95 0.26 0.47
Hex 96 59 93 0 29 2 29 12F 1A 2F
Octal 226 131 223 0 51 2 51 457 32 57
Binary 10010110 1011001 10010011 0 101001 10 101001 100101111 11010 101111

Color Harmonies of #965993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965993

Black with #965993

Text Example


Text Example

White with #965993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965993; }

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

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

background-color css

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

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

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

border-color css

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

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

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