Html Css Color HEX #961885 Dark Purple

📋 copy color: '#961885'

red 150 ◦ green 24 ◦ blue 133

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

Shades of Dark Purple #961885

Tints of Dark Purple #961885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 48.86%
G = 7.82%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#961885 (or 0x961885) is known color: Dark Purple. HEX triplet: 96, 18 and 85. RGB value is (150,24,133). Sum of RGB (Red+Green+Blue) = 150+24+133=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #961885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961885 is #69E77A. Grayscale: #494949. Windows color (decimal): -6940539 or 8722582. OLE color: 8722582.

HSL color Cylindrical-coordinate representation of color #961885: hue angle of 308.1º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961885 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 133 -
CMYK 0 0.84 0.11 0.41
HSL 308.1º 0.72% 0.34% -
HSV(B) 308.1º 0.84% 0.59% -
XYZ 17.14 8.83 22.99 -
YUV 74.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 150 24 133 0 0.84 0.11 0.41 308.1 0.72 0.34
Hex 96 18 85 0 54 B 29 134 48 22
Octal 226 30 205 0 124 13 51 464 110 42
Binary 10010110 11000 10000101 0 1010100 1011 101001 100110100 1001000 100010

Color Harmonies of #961885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961885

Black with #961885

Text Example


Text Example

White with #961885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961885; }

 p { color: rgb(150,24,133); }

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

background-color css

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

 a { background-color: rgb(150,24,133); }

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

border-color css

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

 span { border-color: rgb(150,24,133); }

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