Html Css Color HEX #96268D Dark Purple

📋 copy color: '#96268D'

red 150 ◦ green 38 ◦ blue 141

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

Shades of Dark Purple #96268D

Tints of Dark Purple #96268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 45.59%
G = 11.55%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96268D (or 0x96268D) is known color: Dark Purple. HEX triplet: 96, 26 and 8D. RGB value is (150,38,141). Sum of RGB (Red+Green+Blue) = 150+38+141=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96268D is #69D972. Grayscale: #525252. Windows color (decimal): -6936947 or 9250454. OLE color: 9250454.

HSL color Cylindrical-coordinate representation of color #96268D: hue angle of 304.82º 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 #96268D is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 141 -
CMYK 0 0.75 0.06 0.41
HSL 304.82º 0.6% 0.37% -
HSV(B) 304.82º 0.75% 0.59% -
XYZ 18.08 9.79 26.14 -
YUV 83.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 150 38 141 0 0.75 0.06 0.41 304.82 0.6 0.37
Hex 96 26 8D 0 4B 6 29 131 3C 25
Octal 226 46 215 0 113 6 51 461 74 45
Binary 10010110 100110 10001101 0 1001011 110 101001 100110001 111100 100101

Color Harmonies of #96268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96268D

Black with #96268D

Text Example


Text Example

White with #96268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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