Html Css Color HEX #99258B Dark Purple

📋 copy color: '#99258B'

red 153 ◦ green 37 ◦ blue 139

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

Shades of Dark Purple #99258B

Tints of Dark Purple #99258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 46.5%
G = 11.25%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99258B (or 0x99258B) is known color: Dark Purple. HEX triplet: 99, 25 and 8B. RGB value is (153,37,139). Sum of RGB (Red+Green+Blue) = 153+37+139=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99258B is #66DA74. Grayscale: #535353. Windows color (decimal): -6740597 or 9119129. OLE color: 9119129.

HSL color Cylindrical-coordinate representation of color #99258B: hue angle of 307.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99258B is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 139 -
CMYK 0 0.76 0.09 0.4
HSL 307.24º 0.61% 0.37% -
HSV(B) 307.24º 0.76% 0.6% -
XYZ 18.46 9.96 25.38 -
YUV 83.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 153 37 139 0 0.76 0.09 0.4 307.24 0.61 0.37
Hex 99 25 8B 0 4C 9 28 133 3D 25
Octal 231 45 213 0 114 11 50 463 75 45
Binary 10011001 100101 10001011 0 1001100 1001 101000 100110011 111101 100101

Color Harmonies of #99258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99258B

Black with #99258B

Text Example


Text Example

White with #99258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,37,139); }

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

background-color css

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

 a { background-color: rgb(153,37,139); }

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

border-color css

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

 span { border-color: rgb(153,37,139); }

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