Html Css Color HEX #963A7F Dark Purple

📋 copy color: '#963A7F'

red 150 ◦ green 58 ◦ blue 127

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

Shades of Dark Purple #963A7F

Tints of Dark Purple #963A7F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.31%

 BLUE value IS 127 (50% from 255) = 37.91%

R = 44.78%
G = 17.31%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#963A7F (or 0x963A7F) is known color: Dark Purple. HEX triplet: 96, 3A and 7F. RGB value is (150,58,127). Sum of RGB (Red+Green+Blue) = 150+58+127=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #963A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A7F is #69C580. Grayscale: #5D5D5D. Windows color (decimal): -6931841 or 8338070. OLE color: 8338070.

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

Color convert

RGB 150 58 127 -
CMYK 0 0.61 0.15 0.41
HSL 315º 0.44% 0.41% -
HSV(B) 315º 0.61% 0.59% -
XYZ 17.92 11.04 21.27 -
YUV 93.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 150 58 127 0 0.61 0.15 0.41 315 0.44 0.41
Hex 96 3A 7F 0 3D F 29 13B 2C 29
Octal 226 72 177 0 75 17 51 473 54 51
Binary 10010110 111010 1111111 0 111101 1111 101001 100111011 101100 101001

Color Harmonies of #963A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A7F

Black with #963A7F

Text Example


Text Example

White with #963A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,127); }

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

background-color css

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

 a { background-color: rgb(150,58,127); }

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

border-color css

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

 span { border-color: rgb(150,58,127); }

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