Html Css Color HEX #992EBA Dark Orchid

📋 copy color: '#992EBA'

red 153 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #992EBA

Tints of Dark Orchid #992EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.95%

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

R = 39.74%
G = 11.95%
B = 48.31%

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

#992EBA (or 0x992EBA) is known color: Dark Orchid. HEX triplet: 99, 2E and BA. RGB value is (153,46,186). Sum of RGB (Red+Green+Blue) = 153+46+186=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #992EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992EBA is #66D145. Grayscale: #5D5D5D. Windows color (decimal): -6738246 or 12201625. OLE color: 12201625.

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

Color convert

RGB 153 46 186 -
CMYK 0.18 0.75 0 0.27
HSL 285.86º 0.6% 0.45% -
HSV(B) 285.86º 0.75% 0.73% -
XYZ 22.98 12.27 47.61 -
YUV 93.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 153 46 186 0.18 0.75 0 0.27 285.86 0.6 0.45
Hex 99 2E BA 12 4B 0 1B 11E 3C 2D
Octal 231 56 272 22 113 0 33 436 74 55
Binary 10011001 101110 10111010 10010 1001011 0 11011 100011110 111100 101101

Color Harmonies of #992EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992EBA

Black with #992EBA

Text Example


Text Example

White with #992EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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