Html Css Color HEX #992CAD Dark Orchid

📋 copy color: '#992CAD'

red 153 ◦ green 44 ◦ blue 173

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

Shades of Dark Orchid #992CAD

Tints of Dark Orchid #992CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

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

R = 41.35%
G = 11.89%
B = 46.76%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#992CAD (or 0x992CAD) is known color: Dark Orchid. HEX triplet: 99, 2C and AD. RGB value is (153,44,173). Sum of RGB (Red+Green+Blue) = 153+44+173=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #992CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992CAD is #66D352. Grayscale: #5A5A5A. Windows color (decimal): -6738771 or 11349145. OLE color: 11349145.

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

Color convert

RGB 153 44 173 -
CMYK 0.12 0.75 0 0.32
HSL 290.7º 0.59% 0.43% -
HSV(B) 290.7º 0.75% 0.68% -
XYZ 21.58 11.59 40.64 -
YUV 91.3 174.11 172.01 -
System Red Green Blue C M Y K H S L
Decimal 153 44 173 0.12 0.75 0 0.32 290.7 0.59 0.43
Hex 99 2C AD C 4B 0 20 123 3B 2B
Octal 231 54 255 14 113 0 40 443 73 53
Binary 10011001 101100 10101101 1100 1001011 0 100000 100100011 111011 101011

Color Harmonies of #992CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CAD

Black with #992CAD

Text Example


Text Example

White with #992CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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