Html Css Color HEX #9727BC Dark Orchid

📋 copy color: '#9727BC'

red 151 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #9727BC

Tints of Dark Orchid #9727BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 39.95%
G = 10.32%
B = 49.74%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9727BC (or 0x9727BC) is known color: Dark Orchid. HEX triplet: 97, 27 and BC. RGB value is (151,39,188). Sum of RGB (Red+Green+Blue) = 151+39+188=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #9727BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9727BC is #68D843. Grayscale: #585858. Windows color (decimal): -6871108 or 12330903. OLE color: 12330903.

HSL color Cylindrical-coordinate representation of color #9727BC: hue angle of 285.1º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9727BC is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 39 188 -
CMYK 0.20 0.79 0 0.26
HSL 285.1º 0.66% 0.45% -
HSV(B) 285.1º 0.79% 0.74% -
XYZ 22.57 11.66 48.64 -
YUV 89.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 151 39 188 0.20 0.79 0 0.26 285.1 0.66 0.45
Hex 97 27 BC 14 4F 0 1A 11D 42 2D
Octal 227 47 274 24 117 0 32 435 102 55
Binary 10010111 100111 10111100 10100 1001111 0 11010 100011101 1000010 101101

Color Harmonies of #9727BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9727BC

Black with #9727BC

Text Example


Text Example

White with #9727BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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