Html Css Color HEX #965390 Violet Blue

📋 copy color: '#965390'

red 150 ◦ green 83 ◦ blue 144

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

Shades of Violet Blue #965390

Tints of Violet Blue #965390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 39.79%
G = 22.02%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#965390 (or 0x965390) is known color: Violet Blue. HEX triplet: 96, 53 and 90. RGB value is (150,83,144). Sum of RGB (Red+Green+Blue) = 150+83+144=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #965390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965390 is #69AC6F. Grayscale: #6D6D6D. Windows color (decimal): -6925424 or 9458582. OLE color: 9458582.

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

Color convert

RGB 150 83 144 -
CMYK 0 0.45 0.04 0.41
HSL 305.37º 0.29% 0.46% -
HSV(B) 305.37º 0.45% 0.59% -
XYZ 20.7 14.68 28.13 -
YUV 109.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 150 83 144 0 0.45 0.04 0.41 305.37 0.29 0.46
Hex 96 53 90 0 2D 4 29 131 1D 2E
Octal 226 123 220 0 55 4 51 461 35 56
Binary 10010110 1010011 10010000 0 101101 100 101001 100110001 11101 101110

Color Harmonies of #965390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965390

Black with #965390

Text Example


Text Example

White with #965390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965390; }

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

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

background-color css

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

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

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

border-color css

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

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

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