Html Css Color HEX #992FAD Dark Orchid

📋 copy color: '#992FAD'

red 153 ◦ green 47 ◦ blue 173

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

Shades of Dark Orchid #992FAD

Tints of Dark Orchid #992FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.6%

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 41.02%
G = 12.6%
B = 46.38%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#992FAD (or 0x992FAD) is known color: Dark Orchid. HEX triplet: 99, 2F and AD. RGB value is (153,47,173). Sum of RGB (Red+Green+Blue) = 153+47+173=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #992FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992FAD is #66D052. Grayscale: #5C5C5C. Windows color (decimal): -6738003 or 11349913. OLE color: 11349913.

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

Color convert

RGB 153 47 173 -
CMYK 0.12 0.73 0 0.32
HSL 290.48º 0.57% 0.43% -
HSV(B) 290.48º 0.73% 0.68% -
XYZ 21.7 11.82 40.67 -
YUV 93.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 153 47 173 0.12 0.73 0 0.32 290.48 0.57 0.43
Hex 99 2F AD C 49 0 20 122 39 2B
Octal 231 57 255 14 111 0 40 442 71 53
Binary 10011001 101111 10101101 1100 1001001 0 100000 100100010 111001 101011

Color Harmonies of #992FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FAD

Black with #992FAD

Text Example


Text Example

White with #992FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,47,173); }

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

background-color css

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

 a { background-color: rgb(153,47,173); }

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

border-color css

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

 span { border-color: rgb(153,47,173); }

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