Html Css Color HEX #9721B7 Dark Orchid

📋 copy color: '#9721B7'

red 151 ◦ green 33 ◦ blue 183

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

Shades of Dark Orchid #9721B7

Tints of Dark Orchid #9721B7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

 BLUE value IS 183 (71.88% from 255) = 49.86%

R = 41.14%
G = 8.99%
B = 49.86%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9721B7 (or 0x9721B7) is known color: Dark Orchid. HEX triplet: 97, 21 and B7. RGB value is (151,33,183). Sum of RGB (Red+Green+Blue) = 151+33+183=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #9721B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9721B7 is #68DE48. Grayscale: #545454. Windows color (decimal): -6872649 or 12001687. OLE color: 12001687.

HSL color Cylindrical-coordinate representation of color #9721B7: hue angle of 287.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9721B7 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 33 183 -
CMYK 0.17 0.82 0 0.28
HSL 287.2º 0.69% 0.42% -
HSV(B) 287.2º 0.82% 0.72% -
XYZ 21.85 11.09 45.79 -
YUV 85.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 151 33 183 0.17 0.82 0 0.28 287.2 0.69 0.42
Hex 97 21 B7 11 52 0 1C 11F 45 2A
Octal 227 41 267 21 122 0 34 437 105 52
Binary 10010111 100001 10110111 10001 1010010 0 11100 100011111 1000101 101010

Color Harmonies of #9721B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9721B7

Black with #9721B7

Text Example


Text Example

White with #9721B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9721B7; }

 p { color: rgb(151,33,183); }

 H1.HeaderClassName
 {
   color: #9721B7;
 }
 .AnyTagClassName
 {
   color: #9721B7;
 }
</style>

background-color css

<style>
 a { background-color: #9721B7; }

 a { background-color: rgb(151,33,183); }

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

border-color css

<style>
 span { border-color: #9721B7; }

 span { border-color: rgb(151,33,183); }

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