Html Css Color HEX #9728AC Dark Orchid

📋 copy color: '#9728AC'

red 151 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #9728AC

Tints of Dark Orchid #9728AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

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

R = 41.6%
G = 11.02%
B = 47.38%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9728AC (or 0x9728AC) is known color: Dark Orchid. HEX triplet: 97, 28 and AC. RGB value is (151,40,172). Sum of RGB (Red+Green+Blue) = 151+40+172=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #9728AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9728AC is #68D753. Grayscale: #575757. Windows color (decimal): -6870868 or 11282583. OLE color: 11282583.

HSL color Cylindrical-coordinate representation of color #9728AC: hue angle of 290.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9728AC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 40 172 -
CMYK 0.12 0.77 0 0.33
HSL 290.45º 0.62% 0.42% -
HSV(B) 290.45º 0.77% 0.67% -
XYZ 20.97 11.08 40.06 -
YUV 88.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 151 40 172 0.12 0.77 0 0.33 290.45 0.62 0.42
Hex 97 28 AC C 4D 0 21 122 3E 2A
Octal 227 50 254 14 115 0 41 442 76 52
Binary 10010111 101000 10101100 1100 1001101 0 100001 100100010 111110 101010

Color Harmonies of #9728AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9728AC

Black with #9728AC

Text Example


Text Example

White with #9728AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,40,172); }

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

background-color css

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

 a { background-color: rgb(151,40,172); }

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

border-color css

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

 span { border-color: rgb(151,40,172); }

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