Html Css Color HEX #992694 Dark Purple

📋 copy color: '#992694'

red 153 ◦ green 38 ◦ blue 148

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

Shades of Dark Purple #992694

Tints of Dark Purple #992694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 45.13%
G = 11.21%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#992694 (or 0x992694) is known color: Dark Purple. HEX triplet: 99, 26 and 94. RGB value is (153,38,148). Sum of RGB (Red+Green+Blue) = 153+38+148=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #992694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992694 is #66D96B. Grayscale: #545454. Windows color (decimal): -6740332 or 9709209. OLE color: 9709209.

HSL color Cylindrical-coordinate representation of color #992694: hue angle of 302.61º 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 #992694 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 38 148 -
CMYK 0 0.75 0.03 0.4
HSL 302.61º 0.6% 0.37% -
HSV(B) 302.61º 0.75% 0.6% -
XYZ 19.18 10.3 28.99 -
YUV 84.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 153 38 148 0 0.75 0.03 0.4 302.61 0.6 0.37
Hex 99 26 94 0 4B 3 28 12F 3C 25
Octal 231 46 224 0 113 3 50 457 74 45
Binary 10011001 100110 10010100 0 1001011 11 101000 100101111 111100 100101

Color Harmonies of #992694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992694

Black with #992694

Text Example


Text Example

White with #992694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992694; }

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

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

background-color css

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

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

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

border-color css

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

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

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