Html Css Color HEX #9934BB Dark Orchid

📋 copy color: '#9934BB'

red 153 ◦ green 52 ◦ blue 187

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

Shades of Dark Orchid #9934BB

Tints of Dark Orchid #9934BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.27%

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

R = 39.03%
G = 13.27%
B = 47.7%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9934BB (or 0x9934BB) is known color: Dark Orchid. HEX triplet: 99, 34 and BB. RGB value is (153,52,187). Sum of RGB (Red+Green+Blue) = 153+52+187=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #9934BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934BB is #66CB44. Grayscale: #616161. Windows color (decimal): -6736709 or 12268697. OLE color: 12268697.

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

Color convert

RGB 153 52 187 -
CMYK 0.18 0.72 0 0.27
HSL 284.89º 0.56% 0.47% -
HSV(B) 284.89º 0.72% 0.73% -
XYZ 23.33 12.82 48.26 -
YUV 97.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 153 52 187 0.18 0.72 0 0.27 284.89 0.56 0.47
Hex 99 34 BB 12 48 0 1B 11D 38 2F
Octal 231 64 273 22 110 0 33 435 70 57
Binary 10011001 110100 10111011 10010 1001000 0 11011 100011101 111000 101111

Color Harmonies of #9934BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934BB

Black with #9934BB

Text Example


Text Example

White with #9934BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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