Html Css Color HEX #964E9B Violet Blue

📋 copy color: '#964E9B'

red 150 ◦ green 78 ◦ blue 155

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

Shades of Violet Blue #964E9B

Tints of Violet Blue #964E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.37%

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

R = 39.16%
G = 20.37%
B = 40.47%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#964E9B (or 0x964E9B) is known color: Violet Blue. HEX triplet: 96, 4E and 9B. RGB value is (150,78,155). Sum of RGB (Red+Green+Blue) = 150+78+155=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #964E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E9B is #69B164. Grayscale: #6C6C6C. Windows color (decimal): -6926693 or 10178198. OLE color: 10178198.

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

Color convert

RGB 150 78 155 -
CMYK 0.03 0.50 0 0.39
HSL 296.1º 0.33% 0.46% -
HSV(B) 296.1º 0.5% 0.61% -
XYZ 21.22 14.3 32.65 -
YUV 108.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 150 78 155 0.03 0.50 0 0.39 296.1 0.33 0.46
Hex 96 4E 9B 3 32 0 27 128 21 2E
Octal 226 116 233 3 62 0 47 450 41 56
Binary 10010110 1001110 10011011 11 110010 0 100111 100101000 100001 101110

Color Harmonies of #964E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E9B

Black with #964E9B

Text Example


Text Example

White with #964E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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