Html Css Color HEX #99367B Dark Purple

📋 copy color: '#99367B'

red 153 ◦ green 54 ◦ blue 123

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

Shades of Dark Purple #99367B

Tints of Dark Purple #99367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 46.36%
G = 16.36%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99367B (or 0x99367B) is known color: Dark Purple. HEX triplet: 99, 36 and 7B. RGB value is (153,54,123). Sum of RGB (Red+Green+Blue) = 153+54+123=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99367B is #66C984. Grayscale: #5B5B5B. Windows color (decimal): -6736261 or 8074905. OLE color: 8074905.

HSL color Cylindrical-coordinate representation of color #99367B: hue angle of 318.18º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99367B is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 123 -
CMYK 0 0.65 0.20 0.4
HSL 318.18º 0.48% 0.41% -
HSV(B) 318.18º 0.65% 0.6% -
XYZ 18.03 10.84 19.88 -
YUV 91.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 153 54 123 0 0.65 0.20 0.4 318.18 0.48 0.41
Hex 99 36 7B 0 41 14 28 13E 30 29
Octal 231 66 173 0 101 24 50 476 60 51
Binary 10011001 110110 1111011 0 1000001 10100 101000 100111110 110000 101001

Color Harmonies of #99367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99367B

Black with #99367B

Text Example


Text Example

White with #99367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99367B; }

 p { color: rgb(153,54,123); }

 H1.HeaderClassName
 {
   color: #99367B;
 }
 .AnyTagClassName
 {
   color: #99367B;
 }
</style>

background-color css

<style>
 a { background-color: #99367B; }

 a { background-color: rgb(153,54,123); }

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

border-color css

<style>
 span { border-color: #99367B; }

 span { border-color: rgb(153,54,123); }

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