Html Css Color HEX #96278F Dark Purple

📋 copy color: '#96278F'

red 150 ◦ green 39 ◦ blue 143

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

Shades of Dark Purple #96278F

Tints of Dark Purple #96278F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 45.18%
G = 11.75%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96278F (or 0x96278F) is known color: Dark Purple. HEX triplet: 96, 27 and 8F. RGB value is (150,39,143). Sum of RGB (Red+Green+Blue) = 150+39+143=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96278F is #69D870. Grayscale: #535353. Windows color (decimal): -6936689 or 9381782. OLE color: 9381782.

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

Color convert

RGB 150 39 143 -
CMYK 0 0.74 0.05 0.41
HSL 303.78º 0.59% 0.37% -
HSV(B) 303.78º 0.74% 0.59% -
XYZ 18.26 9.92 26.94 -
YUV 84.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 150 39 143 0 0.74 0.05 0.41 303.78 0.59 0.37
Hex 96 27 8F 0 4A 5 29 130 3B 25
Octal 226 47 217 0 112 5 51 460 73 45
Binary 10010110 100111 10001111 0 1001010 101 101001 100110000 111011 100101

Color Harmonies of #96278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96278F

Black with #96278F

Text Example


Text Example

White with #96278F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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