Html Css Color HEX #992681 Dark Purple

📋 copy color: '#992681'

red 153 ◦ green 38 ◦ blue 129

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

Shades of Dark Purple #992681

Tints of Dark Purple #992681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 47.81%
G = 11.88%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#992681 (or 0x992681) is known color: Dark Purple. HEX triplet: 99, 26 and 81. RGB value is (153,38,129). Sum of RGB (Red+Green+Blue) = 153+38+129=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #992681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992681 is #66D97E. Grayscale: #525252. Windows color (decimal): -6740351 or 8464025. OLE color: 8464025.

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

Color convert

RGB 153 38 129 -
CMYK 0 0.75 0.16 0.4
HSL 312.52º 0.6% 0.37% -
HSV(B) 312.52º 0.75% 0.6% -
XYZ 17.79 9.74 21.71 -
YUV 82.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 153 38 129 0 0.75 0.16 0.4 312.52 0.6 0.37
Hex 99 26 81 0 4B 10 28 139 3C 25
Octal 231 46 201 0 113 20 50 471 74 45
Binary 10011001 100110 10000001 0 1001011 10000 101000 100111001 111100 100101

Color Harmonies of #992681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992681

Black with #992681

Text Example


Text Example

White with #992681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992681; }

 p { color: rgb(153,38,129); }

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

background-color css

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

 a { background-color: rgb(153,38,129); }

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

border-color css

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

 span { border-color: rgb(153,38,129); }

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