Html Css Color HEX #992FBB Dark Orchid

📋 copy color: '#992FBB'

red 153 ◦ green 47 ◦ blue 187

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

Shades of Dark Orchid #992FBB

Tints of Dark Orchid #992FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 39.53%
G = 12.14%
B = 48.32%

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

#992FBB (or 0x992FBB) is known color: Dark Orchid. HEX triplet: 99, 2F and BB. RGB value is (153,47,187). Sum of RGB (Red+Green+Blue) = 153+47+187=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #992FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FBB is #66D044. Grayscale: #5E5E5E. Windows color (decimal): -6737989 or 12267417. OLE color: 12267417.

HSL color Cylindrical-coordinate representation of color #992FBB: hue angle of 285.43º 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 #992FBB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 47 187 -
CMYK 0.18 0.75 0 0.27
HSL 285.43º 0.6% 0.46% -
HSV(B) 285.43º 0.75% 0.73% -
XYZ 23.12 12.39 48.19 -
YUV 94.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 153 47 187 0.18 0.75 0 0.27 285.43 0.6 0.46
Hex 99 2F BB 12 4B 0 1B 11D 3C 2E
Octal 231 57 273 22 113 0 33 435 74 56
Binary 10011001 101111 10111011 10010 1001011 0 11011 100011101 111100 101110

Color Harmonies of #992FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FBB

Black with #992FBB

Text Example


Text Example

White with #992FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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