Html Css Color HEX #9721BE Dark Orchid

📋 copy color: '#9721BE'

red 151 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #9721BE

Tints of Dark Orchid #9721BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 40.37%
G = 8.82%
B = 50.8%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9721BE (or 0x9721BE) is known color: Dark Orchid. HEX triplet: 97, 21 and BE. RGB value is (151,33,190). Sum of RGB (Red+Green+Blue) = 151+33+190=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #9721BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9721BE is #68DE41. Grayscale: #555555. Windows color (decimal): -6872642 or 12460439. OLE color: 12460439.

HSL color Cylindrical-coordinate representation of color #9721BE: hue angle of 285.1º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9721BE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 33 190 -
CMYK 0.21 0.83 0 0.25
HSL 285.1º 0.7% 0.44% -
HSV(B) 285.1º 0.83% 0.75% -
XYZ 22.6 11.38 49.72 -
YUV 86.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 151 33 190 0.21 0.83 0 0.25 285.1 0.7 0.44
Hex 97 21 BE 15 53 0 19 11D 46 2C
Octal 227 41 276 25 123 0 31 435 106 54
Binary 10010111 100001 10111110 10101 1010011 0 11001 100011101 1000110 101100

Color Harmonies of #9721BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9721BE

Black with #9721BE

Text Example


Text Example

White with #9721BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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