Html Css Color HEX #992BB3 Dark Orchid

📋 copy color: '#992BB3'

red 153 ◦ green 43 ◦ blue 179

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

Shades of Dark Orchid #992BB3

Tints of Dark Orchid #992BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 40.8%
G = 11.47%
B = 47.73%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#992BB3 (or 0x992BB3) is known color: Dark Orchid. HEX triplet: 99, 2B and B3. RGB value is (153,43,179). Sum of RGB (Red+Green+Blue) = 153+43+179=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #992BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BB3 is #66D44C. Grayscale: #5A5A5A. Windows color (decimal): -6739021 or 11742105. OLE color: 11742105.

HSL color Cylindrical-coordinate representation of color #992BB3: hue angle of 288.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992BB3 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 43 179 -
CMYK 0.15 0.76 0 0.30
HSL 288.53º 0.61% 0.44% -
HSV(B) 288.53º 0.76% 0.7% -
XYZ 22.14 11.75 43.75 -
YUV 91.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 153 43 179 0.15 0.76 0 0.30 288.53 0.61 0.44
Hex 99 2B B3 F 4C 0 1E 121 3D 2C
Octal 231 53 263 17 114 0 36 441 75 54
Binary 10011001 101011 10110011 1111 1001100 0 11110 100100001 111101 101100

Color Harmonies of #992BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BB3

Black with #992BB3

Text Example


Text Example

White with #992BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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