Html Css Color HEX #9727B8 Dark Orchid

📋 copy color: '#9727B8'

red 151 ◦ green 39 ◦ blue 184

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

Shades of Dark Orchid #9727B8

Tints of Dark Orchid #9727B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 40.37%
G = 10.43%
B = 49.2%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9727B8 (or 0x9727B8) is known color: Dark Orchid. HEX triplet: 97, 27 and B8. RGB value is (151,39,184). Sum of RGB (Red+Green+Blue) = 151+39+184=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #9727B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9727B8 is #68D847. Grayscale: #585858. Windows color (decimal): -6871112 or 12068759. OLE color: 12068759.

HSL color Cylindrical-coordinate representation of color #9727B8: hue angle of 286.34º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9727B8 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 39 184 -
CMYK 0.18 0.79 0 0.28
HSL 286.34º 0.65% 0.44% -
HSV(B) 286.34º 0.79% 0.72% -
XYZ 22.14 11.49 46.4 -
YUV 89.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 151 39 184 0.18 0.79 0 0.28 286.34 0.65 0.44
Hex 97 27 B8 12 4F 0 1C 11E 41 2C
Octal 227 47 270 22 117 0 34 436 101 54
Binary 10010111 100111 10111000 10010 1001111 0 11100 100011110 1000001 101100

Color Harmonies of #9727B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9727B8

Black with #9727B8

Text Example


Text Example

White with #9727B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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