Html Css Color HEX #992FBA Dark Orchid

📋 copy color: '#992FBA'

red 153 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #992FBA

Tints of Dark Orchid #992FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 39.64%
G = 12.18%
B = 48.19%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#992FBA (or 0x992FBA) is known color: Dark Orchid. HEX triplet: 99, 2F and BA. RGB value is (153,47,186). Sum of RGB (Red+Green+Blue) = 153+47+186=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #992FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FBA is #66D045. Grayscale: #5E5E5E. Windows color (decimal): -6737990 or 12201881. OLE color: 12201881.

HSL color Cylindrical-coordinate representation of color #992FBA: hue angle of 285.76º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992FBA is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 47 186 -
CMYK 0.18 0.75 0 0.27
HSL 285.76º 0.6% 0.46% -
HSV(B) 285.76º 0.75% 0.73% -
XYZ 23.02 12.35 47.63 -
YUV 94.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 153 47 186 0.18 0.75 0 0.27 285.76 0.6 0.46
Hex 99 2F BA 12 4B 0 1B 11E 3C 2E
Octal 231 57 272 22 113 0 33 436 74 56
Binary 10011001 101111 10111010 10010 1001011 0 11011 100011110 111100 101110

Color Harmonies of #992FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FBA

Black with #992FBA

Text Example


Text Example

White with #992FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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