Html Css Color HEX #9934AC Dark Orchid

📋 copy color: '#9934AC'

red 153 ◦ green 52 ◦ blue 172

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

Shades of Dark Orchid #9934AC

Tints of Dark Orchid #9934AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 40.58%
G = 13.79%
B = 45.62%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9934AC (or 0x9934AC) is known color: Dark Orchid. HEX triplet: 99, 34 and AC. RGB value is (153,52,172). Sum of RGB (Red+Green+Blue) = 153+52+172=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #9934AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9934AC is #66CB53. Grayscale: #5F5F5F. Windows color (decimal): -6736724 or 11285657. OLE color: 11285657.

HSL color Cylindrical-coordinate representation of color #9934AC: hue angle of 290.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9934AC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 52 172 -
CMYK 0.11 0.70 0 0.33
HSL 290.5º 0.54% 0.44% -
HSV(B) 290.5º 0.7% 0.67% -
XYZ 21.81 12.21 40.24 -
YUV 95.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 153 52 172 0.11 0.70 0 0.33 290.5 0.54 0.44
Hex 99 34 AC B 46 0 21 122 36 2C
Octal 231 64 254 13 106 0 41 442 66 54
Binary 10011001 110100 10101100 1011 1000110 0 100001 100100010 110110 101100

Color Harmonies of #9934AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934AC

Black with #9934AC

Text Example


Text Example

White with #9934AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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