Html Css Color HEX #9729BE Dark Orchid

📋 copy color: '#9729BE'

red 151 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #9729BE

Tints of Dark Orchid #9729BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 39.53%
G = 10.73%
B = 49.74%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9729BE (or 0x9729BE) is known color: Dark Orchid. HEX triplet: 97, 29 and BE. RGB value is (151,41,190). Sum of RGB (Red+Green+Blue) = 151+41+190=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #9729BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9729BE is #68D641. Grayscale: #5A5A5A. Windows color (decimal): -6870594 or 12462487. OLE color: 12462487.

HSL color Cylindrical-coordinate representation of color #9729BE: hue angle of 284.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9729BE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 41 190 -
CMYK 0.21 0.78 0 0.25
HSL 284.3º 0.65% 0.45% -
HSV(B) 284.3º 0.78% 0.75% -
XYZ 22.85 11.88 49.8 -
YUV 90.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 151 41 190 0.21 0.78 0 0.25 284.3 0.65 0.45
Hex 97 29 BE 15 4E 0 19 11C 41 2D
Octal 227 51 276 25 116 0 31 434 101 55
Binary 10010111 101001 10111110 10101 1001110 0 11001 100011100 1000001 101101

Color Harmonies of #9729BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9729BE

Black with #9729BE

Text Example


Text Example

White with #9729BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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