Html Css Color HEX #96268E Dark Purple

📋 copy color: '#96268E'

red 150 ◦ green 38 ◦ blue 142

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

Shades of Dark Purple #96268E

Tints of Dark Purple #96268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 45.45%
G = 11.52%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96268E (or 0x96268E) is known color: Dark Purple. HEX triplet: 96, 26 and 8E. RGB value is (150,38,142). Sum of RGB (Red+Green+Blue) = 150+38+142=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96268E is #69D971. Grayscale: #535353. Windows color (decimal): -6936946 or 9315990. OLE color: 9315990.

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

Color convert

RGB 150 38 142 -
CMYK 0 0.75 0.05 0.41
HSL 304.29º 0.6% 0.37% -
HSV(B) 304.29º 0.75% 0.59% -
XYZ 18.15 9.82 26.53 -
YUV 83.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 150 38 142 0 0.75 0.05 0.41 304.29 0.6 0.37
Hex 96 26 8E 0 4B 5 29 130 3C 25
Octal 226 46 216 0 113 5 51 460 74 45
Binary 10010110 100110 10001110 0 1001011 101 101001 100110000 111100 100101

Color Harmonies of #96268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96268E

Black with #96268E

Text Example


Text Example

White with #96268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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