Html Css Color HEX #964B8C Violet Blue

📋 copy color: '#964B8C'

red 150 ◦ green 75 ◦ blue 140

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

Shades of Violet Blue #964B8C

Tints of Violet Blue #964B8C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.55%

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 41.1%
G = 20.55%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#964B8C (or 0x964B8C) is known color: Violet Blue. HEX triplet: 96, 4B and 8C. RGB value is (150,75,140). Sum of RGB (Red+Green+Blue) = 150+75+140=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964B8C is #69B473. Grayscale: #686868. Windows color (decimal): -6927476 or 9194390. OLE color: 9194390.

HSL color Cylindrical-coordinate representation of color #964B8C: hue angle of 308º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B8C is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 75 140 -
CMYK 0 0.5 0.07 0.41
HSL 308º 0.33% 0.44% -
HSV(B) 308º 0.5% 0.59% -
XYZ 19.83 13.41 26.35 -
YUV 104.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 150 75 140 0 0.5 0.07 0.41 308 0.33 0.44
Hex 96 4B 8C 0 32 7 29 134 21 2C
Octal 226 113 214 0 62 7 51 464 41 54
Binary 10010110 1001011 10001100 0 110010 111 101001 100110100 100001 101100

Color Harmonies of #964B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B8C

Black with #964B8C

Text Example


Text Example

White with #964B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,75,140); }

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

background-color css

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

 a { background-color: rgb(150,75,140); }

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

border-color css

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

 span { border-color: rgb(150,75,140); }

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