Html Css Color HEX #9722B4 Dark Orchid

📋 copy color: '#9722B4'

red 151 ◦ green 34 ◦ blue 180

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

Shades of Dark Orchid #9722B4

Tints of Dark Orchid #9722B4

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.32%

 BLUE value IS 180 (70.7% from 255) = 49.32%

R = 41.37%
G = 9.32%
B = 49.32%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9722B4 (or 0x9722B4) is known color: Dark Orchid. HEX triplet: 97, 22 and B4. RGB value is (151,34,180). Sum of RGB (Red+Green+Blue) = 151+34+180=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #9722B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9722B4 is #68DD4B. Grayscale: #555555. Windows color (decimal): -6872396 or 11805335. OLE color: 11805335.

HSL color Cylindrical-coordinate representation of color #9722B4: hue angle of 288.08º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9722B4 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 34 180 -
CMYK 0.16 0.81 0 0.29
HSL 288.08º 0.68% 0.42% -
HSV(B) 288.08º 0.81% 0.71% -
XYZ 21.57 11.02 44.17 -
YUV 85.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 151 34 180 0.16 0.81 0 0.29 288.08 0.68 0.42
Hex 97 22 B4 10 51 0 1D 120 44 2A
Octal 227 42 264 20 121 0 35 440 104 52
Binary 10010111 100010 10110100 10000 1010001 0 11101 100100000 1000100 101010

Color Harmonies of #9722B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9722B4

Black with #9722B4

Text Example


Text Example

White with #9722B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9722B4; }

 p { color: rgb(151,34,180); }

 H1.HeaderClassName
 {
   color: #9722B4;
 }
 .AnyTagClassName
 {
   color: #9722B4;
 }
</style>

background-color css

<style>
 a { background-color: #9722B4; }

 a { background-color: rgb(151,34,180); }

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

border-color css

<style>
 span { border-color: #9722B4; }

 span { border-color: rgb(151,34,180); }

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