Html Css Color HEX #9720CA Dark Orchid

📋 copy color: '#9720CA'

red 151 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #9720CA

Tints of Dark Orchid #9720CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 39.22%
G = 8.31%
B = 52.47%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9720CA (or 0x9720CA) is known color: Dark Orchid. HEX triplet: 97, 20 and CA. RGB value is (151,32,202). Sum of RGB (Red+Green+Blue) = 151+32+202=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #9720CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9720CA is #68DF35. Grayscale: #565656. Windows color (decimal): -6872886 or 13246615. OLE color: 13246615.

HSL color Cylindrical-coordinate representation of color #9720CA: hue angle of 282º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9720CA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 32 202 -
CMYK 0.25 0.84 0 0.21
HSL 282º 0.73% 0.46% -
HSV(B) 282º 0.84% 0.79% -
XYZ 23.94 11.88 56.91 -
YUV 86.96 192.92 173.68 -
System Red Green Blue C M Y K H S L
Decimal 151 32 202 0.25 0.84 0 0.21 282 0.73 0.46
Hex 97 20 CA 19 54 0 15 11A 49 2E
Octal 227 40 312 31 124 0 25 432 111 56
Binary 10010111 100000 11001010 11001 1010100 0 10101 100011010 1001001 101110

Color Harmonies of #9720CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9720CA

Black with #9720CA

Text Example


Text Example

White with #9720CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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