Html Css Color HEX #962874 Dark Purple

📋 copy color: '#962874'

red 150 ◦ green 40 ◦ blue 116

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

Shades of Dark Purple #962874

Tints of Dark Purple #962874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 49.02%
G = 13.07%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962874 (or 0x962874) is known color: Dark Purple. HEX triplet: 96, 28 and 74. RGB value is (150,40,116). Sum of RGB (Red+Green+Blue) = 150+40+116=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #962874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962874 is #69D78B. Grayscale: #515151. Windows color (decimal): -6936460 or 7612566. OLE color: 7612566.

HSL color Cylindrical-coordinate representation of color #962874: hue angle of 318.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962874 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 116 -
CMYK 0 0.73 0.23 0.41
HSL 318.55º 0.58% 0.37% -
HSV(B) 318.55º 0.73% 0.59% -
XYZ 16.49 9.26 17.44 -
YUV 81.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 150 40 116 0 0.73 0.23 0.41 318.55 0.58 0.37
Hex 96 28 74 0 49 17 29 13F 3A 25
Octal 226 50 164 0 111 27 51 477 72 45
Binary 10010110 101000 1110100 0 1001001 10111 101001 100111111 111010 100101

Color Harmonies of #962874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962874

Black with #962874

Text Example


Text Example

White with #962874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962874; }

 p { color: rgb(150,40,116); }

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

background-color css

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

 a { background-color: rgb(150,40,116); }

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

border-color css

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

 span { border-color: rgb(150,40,116); }

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