Html Css Color HEX #99388C Dark Purple

📋 copy color: '#99388C'

red 153 ◦ green 56 ◦ blue 140

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

Shades of Dark Purple #99388C

Tints of Dark Purple #99388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

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

R = 43.84%
G = 16.05%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99388C (or 0x99388C) is known color: Dark Purple. HEX triplet: 99, 38 and 8C. RGB value is (153,56,140). Sum of RGB (Red+Green+Blue) = 153+56+140=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99388C is #66C773. Grayscale: #5E5E5E. Windows color (decimal): -6735732 or 9189529. OLE color: 9189529.

HSL color Cylindrical-coordinate representation of color #99388C: hue angle of 308.04º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99388C is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 140 -
CMYK 0 0.63 0.08 0.4
HSL 308.04º 0.46% 0.41% -
HSV(B) 308.04º 0.63% 0.6% -
XYZ 19.28 11.49 26.01 -
YUV 94.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 153 56 140 0 0.63 0.08 0.4 308.04 0.46 0.41
Hex 99 38 8C 0 3F 8 28 134 2E 29
Octal 231 70 214 0 77 10 50 464 56 51
Binary 10011001 111000 10001100 0 111111 1000 101000 100110100 101110 101001

Color Harmonies of #99388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99388C

Black with #99388C

Text Example


Text Example

White with #99388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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