Html Css Color HEX #99338D Dark Purple

📋 copy color: '#99338D'

red 153 ◦ green 51 ◦ blue 141

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

Shades of Dark Purple #99338D

Tints of Dark Purple #99338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 44.35%
G = 14.78%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99338D (or 0x99338D) is known color: Dark Purple. HEX triplet: 99, 33 and 8D. RGB value is (153,51,141). Sum of RGB (Red+Green+Blue) = 153+51+141=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99338D is #66CC72. Grayscale: #5B5B5B. Windows color (decimal): -6737011 or 9253785. OLE color: 9253785.

HSL color Cylindrical-coordinate representation of color #99338D: hue angle of 307.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99338D is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 141 -
CMYK 0 0.67 0.08 0.4
HSL 307.06º 0.5% 0.4% -
HSV(B) 307.06º 0.67% 0.6% -
XYZ 19.13 11.06 26.33 -
YUV 91.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 153 51 141 0 0.67 0.08 0.4 307.06 0.5 0.4
Hex 99 33 8D 0 43 8 28 133 32 28
Octal 231 63 215 0 103 10 50 463 62 50
Binary 10011001 110011 10001101 0 1000011 1000 101000 100110011 110010 101000

Color Harmonies of #99338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99338D

Black with #99338D

Text Example


Text Example

White with #99338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99338D; }

 p { color: rgb(153,51,141); }

 H1.HeaderClassName
 {
   color: #99338D;
 }
 .AnyTagClassName
 {
   color: #99338D;
 }
</style>

background-color css

<style>
 a { background-color: #99338D; }

 a { background-color: rgb(153,51,141); }

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

border-color css

<style>
 span { border-color: #99338D; }

 span { border-color: rgb(153,51,141); }

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