Html Css Color HEX #9727AD Dark Orchid

📋 copy color: '#9727AD'

red 151 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #9727AD

Tints of Dark Orchid #9727AD

RGB

 RED value IS 151 (59.38% from 255) = 41.6%

 GREEN value IS 39 (15.63% from 255) = 10.74%

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 41.6%
G = 10.74%
B = 47.66%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9727AD (or 0x9727AD) is known color: Dark Orchid. HEX triplet: 97, 27 and AD. RGB value is (151,39,173). Sum of RGB (Red+Green+Blue) = 151+39+173=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #9727AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9727AD is #68D852. Grayscale: #575757. Windows color (decimal): -6871123 or 11347863. OLE color: 11347863.

HSL color Cylindrical-coordinate representation of color #9727AD: hue angle of 290.15º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9727AD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 39 173 -
CMYK 0.13 0.77 0 0.32
HSL 290.15º 0.63% 0.42% -
HSV(B) 290.15º 0.77% 0.68% -
XYZ 21.03 11.05 40.56 -
YUV 87.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 151 39 173 0.13 0.77 0 0.32 290.15 0.63 0.42
Hex 97 27 AD D 4D 0 20 122 3F 2A
Octal 227 47 255 15 115 0 40 442 77 52
Binary 10010111 100111 10101101 1101 1001101 0 100000 100100010 111111 101010

Color Harmonies of #9727AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9727AD

Black with #9727AD

Text Example


Text Example

White with #9727AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9727AD; }

 p { color: rgb(151,39,173); }

 H1.HeaderClassName
 {
   color: #9727AD;
 }
 .AnyTagClassName
 {
   color: #9727AD;
 }
</style>

background-color css

<style>
 a { background-color: #9727AD; }

 a { background-color: rgb(151,39,173); }

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

border-color css

<style>
 span { border-color: #9727AD; }

 span { border-color: rgb(151,39,173); }

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