Html Css Color HEX #9726BC Dark Orchid

📋 copy color: '#9726BC'

red 151 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #9726BC

Tints of Dark Orchid #9726BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

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

R = 40.05%
G = 10.08%
B = 49.87%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9726BC (or 0x9726BC) is known color: Dark Orchid. HEX triplet: 97, 26 and BC. RGB value is (151,38,188). Sum of RGB (Red+Green+Blue) = 151+38+188=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #9726BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9726BC is #68D943. Grayscale: #585858. Windows color (decimal): -6871364 or 12330647. OLE color: 12330647.

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

Color convert

RGB 151 38 188 -
CMYK 0.20 0.80 0 0.26
HSL 285.2º 0.66% 0.44% -
HSV(B) 285.2º 0.8% 0.74% -
XYZ 22.53 11.6 48.63 -
YUV 88.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 151 38 188 0.20 0.80 0 0.26 285.2 0.66 0.44
Hex 97 26 BC 14 50 0 1A 11D 42 2C
Octal 227 46 274 24 120 0 32 435 102 54
Binary 10010111 100110 10111100 10100 1010000 0 11010 100011101 1000010 101100

Color Harmonies of #9726BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9726BC

Black with #9726BC

Text Example


Text Example

White with #9726BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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