Html Css Color HEX #962481 Dark Purple

📋 copy color: '#962481'

red 150 ◦ green 36 ◦ blue 129

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

Shades of Dark Purple #962481

Tints of Dark Purple #962481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 47.62%
G = 11.43%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#962481 (or 0x962481) is known color: Dark Purple. HEX triplet: 96, 24 and 81. RGB value is (150,36,129). Sum of RGB (Red+Green+Blue) = 150+36+129=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #962481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962481 is #69DB7E. Grayscale: #505050. Windows color (decimal): -6937471 or 8463510. OLE color: 8463510.

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

Color convert

RGB 150 36 129 -
CMYK 0 0.76 0.14 0.41
HSL 311.05º 0.61% 0.36% -
HSV(B) 311.05º 0.76% 0.59% -
XYZ 17.17 9.33 21.66 -
YUV 80.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 150 36 129 0 0.76 0.14 0.41 311.05 0.61 0.36
Hex 96 24 81 0 4C E 29 137 3D 24
Octal 226 44 201 0 114 16 51 467 75 44
Binary 10010110 100100 10000001 0 1001100 1110 101001 100110111 111101 100100

Color Harmonies of #962481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962481

Black with #962481

Text Example


Text Example

White with #962481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962481; }

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

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

background-color css

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

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

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

border-color css

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

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

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