Html Css Color HEX #962673 Dark Purple

📋 copy color: '#962673'

red 150 ◦ green 38 ◦ blue 115

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

Shades of Dark Purple #962673

Tints of Dark Purple #962673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 49.5%
G = 12.54%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962673 (or 0x962673) is known color: Dark Purple. HEX triplet: 96, 26 and 73. RGB value is (150,38,115). Sum of RGB (Red+Green+Blue) = 150+38+115=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #962673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962673 is #69D98C. Grayscale: #505050. Windows color (decimal): -6936973 or 7546518. OLE color: 7546518.

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

Color convert

RGB 150 38 115 -
CMYK 0 0.75 0.23 0.41
HSL 318.75º 0.6% 0.37% -
HSV(B) 318.75º 0.75% 0.59% -
XYZ 16.37 9.11 17.12 -
YUV 80.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 150 38 115 0 0.75 0.23 0.41 318.75 0.6 0.37
Hex 96 26 73 0 4B 17 29 13F 3C 25
Octal 226 46 163 0 113 27 51 477 74 45
Binary 10010110 100110 1110011 0 1001011 10111 101001 100111111 111100 100101

Color Harmonies of #962673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962673

Black with #962673

Text Example


Text Example

White with #962673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962673; }

 p { color: rgb(150,38,115); }

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

background-color css

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

 a { background-color: rgb(150,38,115); }

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

border-color css

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

 span { border-color: rgb(150,38,115); }

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