Html Css Color HEX #965D9B Violet Blue

📋 copy color: '#965D9B'

red 150 ◦ green 93 ◦ blue 155

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

Shades of Violet Blue #965D9B

Tints of Violet Blue #965D9B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

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

R = 37.69%
G = 23.37%
B = 38.94%

CMYK

 C value IS 0.03

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#965D9B (or 0x965D9B) is known color: Violet Blue. HEX triplet: 96, 5D and 9B. RGB value is (150,93,155). Sum of RGB (Red+Green+Blue) = 150+93+155=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #965D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D9B is #69A264. Grayscale: #747474. Windows color (decimal): -6922853 or 10182038. OLE color: 10182038.

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

Color convert

RGB 150 93 155 -
CMYK 0.03 0.4 0 0.39
HSL 295.16º 0.25% 0.49% -
HSV(B) 295.16º 0.4% 0.61% -
XYZ 22.41 16.68 33.05 -
YUV 117.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 150 93 155 0.03 0.4 0 0.39 295.16 0.25 0.49
Hex 96 5D 9B 3 28 0 27 127 19 31
Octal 226 135 233 3 50 0 47 447 31 61
Binary 10010110 1011101 10011011 11 101000 0 100111 100100111 11001 110001

Color Harmonies of #965D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D9B

Black with #965D9B

Text Example


Text Example

White with #965D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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