Html Css Color HEX #964C8E Violet Blue

📋 copy color: '#964C8E'

red 150 ◦ green 76 ◦ blue 142

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

Shades of Violet Blue #964C8E

Tints of Violet Blue #964C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 40.76%
G = 20.65%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#964C8E (or 0x964C8E) is known color: Violet Blue. HEX triplet: 96, 4C and 8E. RGB value is (150,76,142). Sum of RGB (Red+Green+Blue) = 150+76+142=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #964C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C8E is #69B371. Grayscale: #696969. Windows color (decimal): -6927218 or 9325718. OLE color: 9325718.

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

Color convert

RGB 150 76 142 -
CMYK 0 0.49 0.05 0.41
HSL 306.49º 0.33% 0.44% -
HSV(B) 306.49º 0.49% 0.59% -
XYZ 20.04 13.61 27.16 -
YUV 105.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 150 76 142 0 0.49 0.05 0.41 306.49 0.33 0.44
Hex 96 4C 8E 0 31 5 29 132 21 2C
Octal 226 114 216 0 61 5 51 462 41 54
Binary 10010110 1001100 10001110 0 110001 101 101001 100110010 100001 101100

Color Harmonies of #964C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C8E

Black with #964C8E

Text Example


Text Example

White with #964C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,76,142); }

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

background-color css

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

 a { background-color: rgb(150,76,142); }

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

border-color css

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

 span { border-color: rgb(150,76,142); }

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