Html Css Color HEX #965E9B Violet Blue

📋 copy color: '#965E9B'

red 150 ◦ green 94 ◦ blue 155

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

Shades of Violet Blue #965E9B

Tints of Violet Blue #965E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 37.59%
G = 23.56%
B = 38.85%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#965E9B (or 0x965E9B) is known color: Violet Blue. HEX triplet: 96, 5E and 9B. RGB value is (150,94,155). Sum of RGB (Red+Green+Blue) = 150+94+155=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #965E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965E9B is #69A164. Grayscale: #757575. Windows color (decimal): -6922597 or 10182294. OLE color: 10182294.

HSL color Cylindrical-coordinate representation of color #965E9B: hue angle of 295.08º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965E9B is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 94 155 -
CMYK 0.03 0.39 0 0.39
HSL 295.08º 0.24% 0.49% -
HSV(B) 295.08º 0.39% 0.61% -
XYZ 22.5 16.86 33.08 -
YUV 117.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 150 94 155 0.03 0.39 0 0.39 295.08 0.24 0.49
Hex 96 5E 9B 3 27 0 27 127 18 31
Octal 226 136 233 3 47 0 47 447 30 61
Binary 10010110 1011110 10011011 11 100111 0 100111 100100111 11000 110001

Color Harmonies of #965E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E9B

Black with #965E9B

Text Example


Text Example

White with #965E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E9B; }

 p { color: rgb(150,94,155); }

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

background-color css

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

 a { background-color: rgb(150,94,155); }

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

border-color css

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

 span { border-color: rgb(150,94,155); }

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