Html Css Color HEX #99308E Dark Purple

📋 copy color: '#99308E'

red 153 ◦ green 48 ◦ blue 142

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

Shades of Dark Purple #99308E

Tints of Dark Purple #99308E

RGB

 RED value IS 153 (60.16% from 255) = 44.61%

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

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

R = 44.61%
G = 13.99%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99308E (or 0x99308E) is known color: Dark Purple. HEX triplet: 99, 30 and 8E. RGB value is (153,48,142). Sum of RGB (Red+Green+Blue) = 153+48+142=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99308E is #66CF71. Grayscale: #595959. Windows color (decimal): -6737778 or 9318553. OLE color: 9318553.

HSL color Cylindrical-coordinate representation of color #99308E: hue angle of 306.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99308E is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 142 -
CMYK 0 0.69 0.07 0.4
HSL 306.29º 0.52% 0.39% -
HSV(B) 306.29º 0.69% 0.6% -
XYZ 19.08 10.84 26.68 -
YUV 90.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 153 48 142 0 0.69 0.07 0.4 306.29 0.52 0.39
Hex 99 30 8E 0 45 7 28 132 34 27
Octal 231 60 216 0 105 7 50 462 64 47
Binary 10011001 110000 10001110 0 1000101 111 101000 100110010 110100 100111

Color Harmonies of #99308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99308E

Black with #99308E

Text Example


Text Example

White with #99308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,48,142); }

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

background-color css

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

 a { background-color: rgb(153,48,142); }

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

border-color css

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

 span { border-color: rgb(153,48,142); }

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