Html Css Color HEX #963681 Dark Purple

📋 copy color: '#963681'

red 150 ◦ green 54 ◦ blue 129

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

Shades of Dark Purple #963681

Tints of Dark Purple #963681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 45.05%
G = 16.22%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#963681 (or 0x963681) is known color: Dark Purple. HEX triplet: 96, 36 and 81. RGB value is (150,54,129). Sum of RGB (Red+Green+Blue) = 150+54+129=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #963681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963681 is #69C97E. Grayscale: #5B5B5B. Windows color (decimal): -6932863 or 8468118. OLE color: 8468118.

HSL color Cylindrical-coordinate representation of color #963681: hue angle of 313.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963681 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 129 -
CMYK 0 0.64 0.14 0.41
HSL 313.13º 0.47% 0.4% -
HSV(B) 313.13º 0.64% 0.59% -
XYZ 17.86 10.71 21.89 -
YUV 91.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 150 54 129 0 0.64 0.14 0.41 313.13 0.47 0.4
Hex 96 36 81 0 40 E 29 139 2F 28
Octal 226 66 201 0 100 16 51 471 57 50
Binary 10010110 110110 10000001 0 1000000 1110 101001 100111001 101111 101000

Color Harmonies of #963681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963681

Black with #963681

Text Example


Text Example

White with #963681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963681; }

 p { color: rgb(150,54,129); }

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

background-color css

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

 a { background-color: rgb(150,54,129); }

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

border-color css

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

 span { border-color: rgb(150,54,129); }

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