Html Css Color HEX #9727C0 Dark Orchid

📋 copy color: '#9727C0'

red 151 ◦ green 39 ◦ blue 192

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

Shades of Dark Orchid #9727C0

Tints of Dark Orchid #9727C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.26%

R = 39.53%
G = 10.21%
B = 50.26%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9727C0 (or 0x9727C0) is known color: Dark Orchid. HEX triplet: 97, 27 and C0. RGB value is (151,39,192). Sum of RGB (Red+Green+Blue) = 151+39+192=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #9727C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9727C0 is #68D83F. Grayscale: #595959. Windows color (decimal): -6871104 or 12593047. OLE color: 12593047.

HSL color Cylindrical-coordinate representation of color #9727C0: hue angle of 283.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9727C0 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 39 192 -
CMYK 0.21 0.80 0 0.25
HSL 283.92º 0.66% 0.45% -
HSV(B) 283.92º 0.8% 0.75% -
XYZ 23 11.84 50.94 -
YUV 89.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 151 39 192 0.21 0.80 0 0.25 283.92 0.66 0.45
Hex 97 27 C0 15 50 0 19 11C 42 2D
Octal 227 47 300 25 120 0 31 434 102 55
Binary 10010111 100111 11000000 10101 1010000 0 11001 100011100 1000010 101101

Color Harmonies of #9727C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9727C0

Black with #9727C0

Text Example


Text Example

White with #9727C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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