Html Css Color HEX #962381 Dark Purple

📋 copy color: '#962381'

red 150 ◦ green 35 ◦ blue 129

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

Shades of Dark Purple #962381

Tints of Dark Purple #962381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 47.77%
G = 11.15%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#962381 (or 0x962381) is known color: Dark Purple. HEX triplet: 96, 23 and 81. RGB value is (150,35,129). Sum of RGB (Red+Green+Blue) = 150+35+129=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #962381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962381 is #69DC7E. Grayscale: #4F4F4F. Windows color (decimal): -6937727 or 8463254. OLE color: 8463254.

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

Color convert

RGB 150 35 129 -
CMYK 0 0.77 0.14 0.41
HSL 310.96º 0.62% 0.36% -
HSV(B) 310.96º 0.77% 0.59% -
XYZ 17.14 9.27 21.65 -
YUV 80.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 150 35 129 0 0.77 0.14 0.41 310.96 0.62 0.36
Hex 96 23 81 0 4D E 29 137 3E 24
Octal 226 43 201 0 115 16 51 467 76 44
Binary 10010110 100011 10000001 0 1001101 1110 101001 100110111 111110 100100

Color Harmonies of #962381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962381

Black with #962381

Text Example


Text Example

White with #962381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962381; }

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

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

background-color css

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

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

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

border-color css

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

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

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