Html Css Color HEX #963F7C Dark Purple

📋 copy color: '#963F7C'

red 150 ◦ green 63 ◦ blue 124

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

Shades of Dark Purple #963F7C

Tints of Dark Purple #963F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 44.51%
G = 18.69%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#963F7C (or 0x963F7C) is known color: Dark Purple. HEX triplet: 96, 3F and 7C. RGB value is (150,63,124). Sum of RGB (Red+Green+Blue) = 150+63+124=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #963F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F7C is #69C083. Grayscale: #5F5F5F. Windows color (decimal): -6930564 or 8142742. OLE color: 8142742.

HSL color Cylindrical-coordinate representation of color #963F7C: hue angle of 317.93º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F7C is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 124 -
CMYK 0 0.58 0.17 0.41
HSL 317.93º 0.41% 0.42% -
HSV(B) 317.93º 0.58% 0.59% -
XYZ 17.99 11.49 20.34 -
YUV 95.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 150 63 124 0 0.58 0.17 0.41 317.93 0.41 0.42
Hex 96 3F 7C 0 3A 11 29 13E 29 2A
Octal 226 77 174 0 72 21 51 476 51 52
Binary 10010110 111111 1111100 0 111010 10001 101001 100111110 101001 101010

Color Harmonies of #963F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F7C

Black with #963F7C

Text Example


Text Example

White with #963F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963F7C; }

 p { color: rgb(150,63,124); }

 H1.HeaderClassName
 {
   color: #963F7C;
 }
 .AnyTagClassName
 {
   color: #963F7C;
 }
</style>

background-color css

<style>
 a { background-color: #963F7C; }

 a { background-color: rgb(150,63,124); }

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

border-color css

<style>
 span { border-color: #963F7C; }

 span { border-color: rgb(150,63,124); }

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