Html Css Color HEX #9724BA Dark Orchid

📋 copy color: '#9724BA'

red 151 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #9724BA

Tints of Dark Orchid #9724BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.65%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 40.48%
G = 9.65%
B = 49.87%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9724BA (or 0x9724BA) is known color: Dark Orchid. HEX triplet: 97, 24 and BA. RGB value is (151,36,186). Sum of RGB (Red+Green+Blue) = 151+36+186=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #9724BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9724BA is #68DB45. Grayscale: #575757. Windows color (decimal): -6871878 or 12199063. OLE color: 12199063.

HSL color Cylindrical-coordinate representation of color #9724BA: hue angle of 286º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9724BA is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 36 186 -
CMYK 0.19 0.81 0 0.27
HSL 286º 0.68% 0.44% -
HSV(B) 286º 0.81% 0.73% -
XYZ 22.26 11.39 47.48 -
YUV 87.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 151 36 186 0.19 0.81 0 0.27 286 0.68 0.44
Hex 97 24 BA 13 51 0 1B 11E 44 2C
Octal 227 44 272 23 121 0 33 436 104 54
Binary 10010111 100100 10111010 10011 1010001 0 11011 100011110 1000100 101100

Color Harmonies of #9724BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9724BA

Black with #9724BA

Text Example


Text Example

White with #9724BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9724BA; }

 p { color: rgb(151,36,186); }

 H1.HeaderClassName
 {
   color: #9724BA;
 }
 .AnyTagClassName
 {
   color: #9724BA;
 }
</style>

background-color css

<style>
 a { background-color: #9724BA; }

 a { background-color: rgb(151,36,186); }

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

border-color css

<style>
 span { border-color: #9724BA; }

 span { border-color: rgb(151,36,186); }

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