Html Css Color HEX #9934BA Dark Orchid

📋 copy color: '#9934BA'

red 153 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #9934BA

Tints of Dark Orchid #9934BA

RGB

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

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

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

R = 39.13%
G = 13.3%
B = 47.57%

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

#9934BA (or 0x9934BA) is known color: Dark Orchid. HEX triplet: 99, 34 and BA. RGB value is (153,52,186). Sum of RGB (Red+Green+Blue) = 153+52+186=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #9934BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934BA is #66CB45. Grayscale: #616161. Windows color (decimal): -6736710 or 12203161. OLE color: 12203161.

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

Color convert

RGB 153 52 186 -
CMYK 0.18 0.72 0 0.27
HSL 285.22º 0.56% 0.47% -
HSV(B) 285.22º 0.72% 0.73% -
XYZ 23.23 12.77 47.7 -
YUV 97.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 153 52 186 0.18 0.72 0 0.27 285.22 0.56 0.47
Hex 99 34 BA 12 48 0 1B 11D 38 2F
Octal 231 64 272 22 110 0 33 435 70 57
Binary 10011001 110100 10111010 10010 1001000 0 11011 100011101 111000 101111

Color Harmonies of #9934BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934BA

Black with #9934BA

Text Example


Text Example

White with #9934BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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