Html Css Color HEX #962281 Dark Purple

📋 copy color: '#962281'

red 150 ◦ green 34 ◦ blue 129

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

Shades of Dark Purple #962281

Tints of Dark Purple #962281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

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

R = 47.92%
G = 10.86%
B = 41.21%

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

#962281 (or 0x962281) is known color: Dark Purple. HEX triplet: 96, 22 and 81. RGB value is (150,34,129). Sum of RGB (Red+Green+Blue) = 150+34+129=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #962281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962281 is #69DD7E. Grayscale: #4F4F4F. Windows color (decimal): -6937983 or 8462998. OLE color: 8462998.

HSL color Cylindrical-coordinate representation of color #962281: hue angle of 310.86º degrees, saturation: 0.63, 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 #962281 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 34 129 -
CMYK 0 0.77 0.14 0.41
HSL 310.86º 0.63% 0.36% -
HSV(B) 310.86º 0.77% 0.59% -
XYZ 17.11 9.21 21.65 -
YUV 79.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 150 34 129 0 0.77 0.14 0.41 310.86 0.63 0.36
Hex 96 22 81 0 4D E 29 137 3F 24
Octal 226 42 201 0 115 16 51 467 77 44
Binary 10010110 100010 10000001 0 1001101 1110 101001 100110111 111111 100100

Color Harmonies of #962281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962281

Black with #962281

Text Example


Text Example

White with #962281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962281; }

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

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

background-color css

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

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

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

border-color css

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

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

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