Html Css Color HEX #965091 Violet Blue

📋 copy color: '#965091'

red 150 ◦ green 80 ◦ blue 145

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

Shades of Violet Blue #965091

Tints of Violet Blue #965091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 40%
G = 21.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#965091 (or 0x965091) is known color: Violet Blue. HEX triplet: 96, 50 and 91. RGB value is (150,80,145). Sum of RGB (Red+Green+Blue) = 150+80+145=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #965091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965091 is #69AF6E. Grayscale: #6C6C6C. Windows color (decimal): -6926191 or 9523350. OLE color: 9523350.

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

Color convert

RGB 150 80 145 -
CMYK 0 0.47 0.03 0.41
HSL 304.29º 0.3% 0.45% -
HSV(B) 304.29º 0.47% 0.59% -
XYZ 20.56 14.27 28.46 -
YUV 108.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 150 80 145 0 0.47 0.03 0.41 304.29 0.3 0.45
Hex 96 50 91 0 2F 3 29 130 1E 2D
Octal 226 120 221 0 57 3 51 460 36 55
Binary 10010110 1010000 10010001 0 101111 11 101001 100110000 11110 101101

Color Harmonies of #965091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965091

Black with #965091

Text Example


Text Example

White with #965091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965091; }

 p { color: rgb(150,80,145); }

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

background-color css

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

 a { background-color: rgb(150,80,145); }

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

border-color css

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

 span { border-color: rgb(150,80,145); }

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