Html Css Color HEX #9722D0 Dark Orchid

📋 copy color: '#9722D0'

red 151 ◦ green 34 ◦ blue 208

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

Shades of Dark Orchid #9722D0

Tints of Dark Orchid #9722D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.93%

R = 38.42%
G = 8.65%
B = 52.93%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9722D0 (or 0x9722D0) is known color: Dark Orchid. HEX triplet: 97, 22 and D0. RGB value is (151,34,208). Sum of RGB (Red+Green+Blue) = 151+34+208=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #9722D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9722D0 is #68DD2F. Grayscale: #585858. Windows color (decimal): -6872368 or 13640343. OLE color: 13640343.

HSL color Cylindrical-coordinate representation of color #9722D0: hue angle of 280.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9722D0 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 34 208 -
CMYK 0.27 0.84 0 0.18
HSL 280.34º 0.72% 0.47% -
HSV(B) 280.34º 0.84% 0.82% -
XYZ 24.72 12.28 60.74 -
YUV 88.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 151 34 208 0.27 0.84 0 0.18 280.34 0.72 0.47
Hex 97 22 D0 1B 54 0 12 118 48 2F
Octal 227 42 320 33 124 0 22 430 110 57
Binary 10010111 100010 11010000 11011 1010100 0 10010 100011000 1001000 101111

Color Harmonies of #9722D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9722D0

Black with #9722D0

Text Example


Text Example

White with #9722D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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