Html Css Color HEX #965394 Violet Blue

📋 copy color: '#965394'

red 150 ◦ green 83 ◦ blue 148

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

Shades of Violet Blue #965394

Tints of Violet Blue #965394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 39.37%
G = 21.78%
B = 38.85%

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

#965394 (or 0x965394) is known color: Violet Blue. HEX triplet: 96, 53 and 94. RGB value is (150,83,148). Sum of RGB (Red+Green+Blue) = 150+83+148=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #965394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965394 is #69AC6B. Grayscale: #6E6E6E. Windows color (decimal): -6925420 or 9720726. OLE color: 9720726.

HSL color Cylindrical-coordinate representation of color #965394: hue angle of 301.79º 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 #965394 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 148 -
CMYK 0 0.45 0.01 0.41
HSL 301.79º 0.29% 0.46% -
HSV(B) 301.79º 0.45% 0.59% -
XYZ 21.02 14.81 29.77 -
YUV 110.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 150 83 148 0 0.45 0.01 0.41 301.79 0.29 0.46
Hex 96 53 94 0 2D 1 29 12E 1D 2E
Octal 226 123 224 0 55 1 51 456 35 56
Binary 10010110 1010011 10010100 0 101101 1 101001 100101110 11101 101110

Color Harmonies of #965394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965394

Black with #965394

Text Example


Text Example

White with #965394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965394; }

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

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

background-color css

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

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

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

border-color css

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

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

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