Html Css Color HEX #96306F Dark Purple

📋 copy color: '#96306F'

red 150 ◦ green 48 ◦ blue 111

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

Shades of Dark Purple #96306F

Tints of Dark Purple #96306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 48.54%
G = 15.53%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96306F (or 0x96306F) is known color: Dark Purple. HEX triplet: 96, 30 and 6F. RGB value is (150,48,111). Sum of RGB (Red+Green+Blue) = 150+48+111=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96306F is #69CF90. Grayscale: #555555. Windows color (decimal): -6934417 or 7286934. OLE color: 7286934.

HSL color Cylindrical-coordinate representation of color #96306F: hue angle of 322.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96306F is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 48 111 -
CMYK 0 0.68 0.26 0.41
HSL 322.94º 0.52% 0.39% -
HSV(B) 322.94º 0.68% 0.59% -
XYZ 16.5 9.75 16.05 -
YUV 85.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 150 48 111 0 0.68 0.26 0.41 322.94 0.52 0.39
Hex 96 30 6F 0 44 1A 29 143 34 27
Octal 226 60 157 0 104 32 51 503 64 47
Binary 10010110 110000 1101111 0 1000100 11010 101001 101000011 110100 100111

Color Harmonies of #96306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96306F

Black with #96306F

Text Example


Text Example

White with #96306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,48,111); }

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

background-color css

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

 a { background-color: rgb(150,48,111); }

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

border-color css

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

 span { border-color: rgb(150,48,111); }

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