Html Css Color HEX #99338C Dark Purple

📋 copy color: '#99338C'

red 153 ◦ green 51 ◦ blue 140

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

Shades of Dark Purple #99338C

Tints of Dark Purple #99338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 44.48%
G = 14.83%
B = 40.7%

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

#99338C (or 0x99338C) is known color: Dark Purple. HEX triplet: 99, 33 and 8C. RGB value is (153,51,140). Sum of RGB (Red+Green+Blue) = 153+51+140=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99338C is #66CC73. Grayscale: #5B5B5B. Windows color (decimal): -6737012 or 9188249. OLE color: 9188249.

HSL color Cylindrical-coordinate representation of color #99338C: hue angle of 307.65º 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 #99338C is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 140 -
CMYK 0 0.67 0.08 0.4
HSL 307.65º 0.5% 0.4% -
HSV(B) 307.65º 0.67% 0.6% -
XYZ 19.05 11.03 25.94 -
YUV 91.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 153 51 140 0 0.67 0.08 0.4 307.65 0.5 0.4
Hex 99 33 8C 0 43 8 28 134 32 28
Octal 231 63 214 0 103 10 50 464 62 50
Binary 10011001 110011 10001100 0 1000011 1000 101000 100110100 110010 101000

Color Harmonies of #99338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99338C

Black with #99338C

Text Example


Text Example

White with #99338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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