Html Css Color HEX #9726AE Dark Orchid

📋 copy color: '#9726AE'

red 151 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #9726AE

Tints of Dark Orchid #9726AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.47%

 BLUE value IS 174 (68.36% from 255) = 47.93%

R = 41.6%
G = 10.47%
B = 47.93%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9726AE (or 0x9726AE) is known color: Dark Orchid. HEX triplet: 97, 26 and AE. RGB value is (151,38,174). Sum of RGB (Red+Green+Blue) = 151+38+174=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #9726AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9726AE is #68D951. Grayscale: #565656. Windows color (decimal): -6871378 or 11413143. OLE color: 11413143.

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

Color convert

RGB 151 38 174 -
CMYK 0.13 0.78 0 0.32
HSL 289.85º 0.64% 0.42% -
HSV(B) 289.85º 0.78% 0.68% -
XYZ 21.1 11.02 41.06 -
YUV 87.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 151 38 174 0.13 0.78 0 0.32 289.85 0.64 0.42
Hex 97 26 AE D 4E 0 20 122 40 2A
Octal 227 46 256 15 116 0 40 442 100 52
Binary 10010111 100110 10101110 1101 1001110 0 100000 100100010 1000000 101010

Color Harmonies of #9726AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9726AE

Black with #9726AE

Text Example


Text Example

White with #9726AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9726AE; }

 p { color: rgb(151,38,174); }

 H1.HeaderClassName
 {
   color: #9726AE;
 }
 .AnyTagClassName
 {
   color: #9726AE;
 }
</style>

background-color css

<style>
 a { background-color: #9726AE; }

 a { background-color: rgb(151,38,174); }

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

border-color css

<style>
 span { border-color: #9726AE; }

 span { border-color: rgb(151,38,174); }

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