Html Css Color HEX #9720BE Dark Orchid

📋 copy color: '#9720BE'

red 151 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #9720BE

Tints of Dark Orchid #9720BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

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

R = 40.48%
G = 8.58%
B = 50.94%

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

#9720BE (or 0x9720BE) is known color: Dark Orchid. HEX triplet: 97, 20 and BE. RGB value is (151,32,190). Sum of RGB (Red+Green+Blue) = 151+32+190=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #9720BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9720BE is #68DF41. Grayscale: #555555. Windows color (decimal): -6872898 or 12460183. OLE color: 12460183.

HSL color Cylindrical-coordinate representation of color #9720BE: hue angle of 285.19º degrees, saturation: 0.71, 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 #9720BE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 32 190 -
CMYK 0.21 0.83 0 0.25
HSL 285.19º 0.71% 0.44% -
HSV(B) 285.19º 0.83% 0.75% -
XYZ 22.57 11.33 49.71 -
YUV 85.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 151 32 190 0.21 0.83 0 0.25 285.19 0.71 0.44
Hex 97 20 BE 15 53 0 19 11D 47 2C
Octal 227 40 276 25 123 0 31 435 107 54
Binary 10010111 100000 10111110 10101 1010011 0 11001 100011101 1000111 101100

Color Harmonies of #9720BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9720BE

Black with #9720BE

Text Example


Text Example

White with #9720BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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