Html Css Color HEX #992DAE Dark Orchid

📋 copy color: '#992DAE'

red 153 ◦ green 45 ◦ blue 174

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

Shades of Dark Orchid #992DAE

Tints of Dark Orchid #992DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 41.13%
G = 12.1%
B = 46.77%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#992DAE (or 0x992DAE) is known color: Dark Orchid. HEX triplet: 99, 2D and AE. RGB value is (153,45,174). Sum of RGB (Red+Green+Blue) = 153+45+174=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #992DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992DAE is #66D251. Grayscale: #5B5B5B. Windows color (decimal): -6738514 or 11414937. OLE color: 11414937.

HSL color Cylindrical-coordinate representation of color #992DAE: hue angle of 290.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992DAE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 45 174 -
CMYK 0.12 0.74 0 0.32
HSL 290.23º 0.59% 0.43% -
HSV(B) 290.23º 0.74% 0.68% -
XYZ 21.72 11.71 41.16 -
YUV 92 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 153 45 174 0.12 0.74 0 0.32 290.23 0.59 0.43
Hex 99 2D AE C 4A 0 20 122 3B 2B
Octal 231 55 256 14 112 0 40 442 73 53
Binary 10011001 101101 10101110 1100 1001010 0 100000 100100010 111011 101011

Color Harmonies of #992DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992DAE

Black with #992DAE

Text Example


Text Example

White with #992DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992DAE; }

 p { color: rgb(153,45,174); }

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

background-color css

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

 a { background-color: rgb(153,45,174); }

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

border-color css

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

 span { border-color: rgb(153,45,174); }

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