Html Css Color HEX #992BAD Dark Orchid

📋 copy color: '#992BAD'

red 153 ◦ green 43 ◦ blue 173

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

Shades of Dark Orchid #992BAD

Tints of Dark Orchid #992BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.65%

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

R = 41.46%
G = 11.65%
B = 46.88%

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

#992BAD (or 0x992BAD) is known color: Dark Orchid. HEX triplet: 99, 2B and AD. RGB value is (153,43,173). Sum of RGB (Red+Green+Blue) = 153+43+173=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #992BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992BAD is #66D452. Grayscale: #5A5A5A. Windows color (decimal): -6739027 or 11348889. OLE color: 11348889.

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

Color convert

RGB 153 43 173 -
CMYK 0.12 0.75 0 0.32
HSL 290.77º 0.6% 0.42% -
HSV(B) 290.77º 0.75% 0.68% -
XYZ 21.54 11.52 40.62 -
YUV 90.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 153 43 173 0.12 0.75 0 0.32 290.77 0.6 0.42
Hex 99 2B AD C 4B 0 20 123 3C 2A
Octal 231 53 255 14 113 0 40 443 74 52
Binary 10011001 101011 10101101 1100 1001011 0 100000 100100011 111100 101010

Color Harmonies of #992BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BAD

Black with #992BAD

Text Example


Text Example

White with #992BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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