Html Css Color HEX #9729DA Dark Orchid

📋 copy color: '#9729DA'

red 151 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #9729DA

Tints of Dark Orchid #9729DA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10%

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 36.83%
G = 10%
B = 53.17%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9729DA (or 0x9729DA) is known color: Dark Orchid. HEX triplet: 97, 29 and DA. RGB value is (151,41,218). Sum of RGB (Red+Green+Blue) = 151+41+218=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #9729DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9729DA is #68D625. Grayscale: #5D5D5D. Windows color (decimal): -6870566 or 14297495. OLE color: 14297495.

HSL color Cylindrical-coordinate representation of color #9729DA: hue angle of 277.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9729DA is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 41 218 -
CMYK 0.31 0.81 0 0.15
HSL 277.29º 0.71% 0.51% -
HSV(B) 277.29º 0.81% 0.85% -
XYZ 26.21 13.23 67.5 -
YUV 94.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 151 41 218 0.31 0.81 0 0.15 277.29 0.71 0.51
Hex 97 29 DA 1F 51 0 F 115 47 33
Octal 227 51 332 37 121 0 17 425 107 63
Binary 10010111 101001 11011010 11111 1010001 0 1111 100010101 1000111 110011

Color Harmonies of #9729DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9729DA

Black with #9729DA

Text Example


Text Example

White with #9729DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9729DA; }

 p { color: rgb(151,41,218); }

 H1.HeaderClassName
 {
   color: #9729DA;
 }
 .AnyTagClassName
 {
   color: #9729DA;
 }
</style>

background-color css

<style>
 a { background-color: #9729DA; }

 a { background-color: rgb(151,41,218); }

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

border-color css

<style>
 span { border-color: #9729DA; }

 span { border-color: rgb(151,41,218); }

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