Html Css Color HEX #9929BB Dark Orchid

📋 copy color: '#9929BB'

red 153 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #9929BB

Tints of Dark Orchid #9929BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

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

R = 40.16%
G = 10.76%
B = 49.08%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9929BB (or 0x9929BB) is known color: Dark Orchid. HEX triplet: 99, 29 and BB. RGB value is (153,41,187). Sum of RGB (Red+Green+Blue) = 153+41+187=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #9929BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9929BB is #66D644. Grayscale: #5A5A5A. Windows color (decimal): -6739525 or 12265881. OLE color: 12265881.

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

Color convert

RGB 153 41 187 -
CMYK 0.18 0.78 0 0.27
HSL 286.03º 0.64% 0.45% -
HSV(B) 286.03º 0.78% 0.73% -
XYZ 22.9 11.95 48.11 -
YUV 91.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 153 41 187 0.18 0.78 0 0.27 286.03 0.64 0.45
Hex 99 29 BB 12 4E 0 1B 11E 40 2D
Octal 231 51 273 22 116 0 33 436 100 55
Binary 10011001 101001 10111011 10010 1001110 0 11011 100011110 1000000 101101

Color Harmonies of #9929BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9929BB

Black with #9929BB

Text Example


Text Example

White with #9929BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9929BB; }

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

 H1.HeaderClassName
 {
   color: #9929BB;
 }
 .AnyTagClassName
 {
   color: #9929BB;
 }
</style>

background-color css

<style>
 a { background-color: #9929BB; }

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

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

border-color css

<style>
 span { border-color: #9929BB; }

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

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