Html Css Color HEX #9722B3 Dark Orchid

📋 copy color: '#9722B3'

red 151 ◦ green 34 ◦ blue 179

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

Shades of Dark Orchid #9722B3

Tints of Dark Orchid #9722B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.18%

R = 41.48%
G = 9.34%
B = 49.18%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9722B3 (or 0x9722B3) is known color: Dark Orchid. HEX triplet: 97, 22 and B3. RGB value is (151,34,179). Sum of RGB (Red+Green+Blue) = 151+34+179=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #9722B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9722B3 is #68DD4C. Grayscale: #555555. Windows color (decimal): -6872397 or 11739799. OLE color: 11739799.

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

Color convert

RGB 151 34 179 -
CMYK 0.16 0.81 0 0.30
HSL 288.41º 0.68% 0.42% -
HSV(B) 288.41º 0.81% 0.7% -
XYZ 21.47 10.98 43.64 -
YUV 85.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 151 34 179 0.16 0.81 0 0.30 288.41 0.68 0.42
Hex 97 22 B3 10 51 0 1E 120 44 2A
Octal 227 42 263 20 121 0 36 440 104 52
Binary 10010111 100010 10110011 10000 1010001 0 11110 100100000 1000100 101010

Color Harmonies of #9722B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9722B3

Black with #9722B3

Text Example


Text Example

White with #9722B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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