Html Css Color HEX #96268F Dark Purple

📋 copy color: '#96268F'

red 150 ◦ green 38 ◦ blue 143

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

Shades of Dark Purple #96268F

Tints of Dark Purple #96268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.2%

R = 45.32%
G = 11.48%
B = 43.2%

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

#96268F (or 0x96268F) is known color: Dark Purple. HEX triplet: 96, 26 and 8F. RGB value is (150,38,143). Sum of RGB (Red+Green+Blue) = 150+38+143=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96268F is #69D970. Grayscale: #535353. Windows color (decimal): -6936945 or 9381526. OLE color: 9381526.

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

Color convert

RGB 150 38 143 -
CMYK 0 0.75 0.05 0.41
HSL 303.75º 0.6% 0.37% -
HSV(B) 303.75º 0.75% 0.59% -
XYZ 18.23 9.85 26.93 -
YUV 83.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 150 38 143 0 0.75 0.05 0.41 303.75 0.6 0.37
Hex 96 26 8F 0 4B 5 29 130 3C 25
Octal 226 46 217 0 113 5 51 460 74 45
Binary 10010110 100110 10001111 0 1001011 101 101001 100110000 111100 100101

Color Harmonies of #96268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96268F

Black with #96268F

Text Example


Text Example

White with #96268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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