Html Css Color HEX #9721CA Dark Orchid

📋 copy color: '#9721CA'

red 151 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #9721CA

Tints of Dark Orchid #9721CA

RGB

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

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

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

R = 39.12%
G = 8.55%
B = 52.33%

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

#9721CA (or 0x9721CA) is known color: Dark Orchid. HEX triplet: 97, 21 and CA. RGB value is (151,33,202). Sum of RGB (Red+Green+Blue) = 151+33+202=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #9721CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9721CA is #68DE35. Grayscale: #565656. Windows color (decimal): -6872630 or 13246871. OLE color: 13246871.

HSL color Cylindrical-coordinate representation of color #9721CA: hue angle of 281.89º degrees, saturation: 0.72, 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 #9721CA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 33 202 -
CMYK 0.25 0.84 0 0.21
HSL 281.89º 0.72% 0.46% -
HSV(B) 281.89º 0.84% 0.79% -
XYZ 23.97 11.93 56.92 -
YUV 87.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 151 33 202 0.25 0.84 0 0.21 281.89 0.72 0.46
Hex 97 21 CA 19 54 0 15 11A 48 2E
Octal 227 41 312 31 124 0 25 432 110 56
Binary 10010111 100001 11001010 11001 1010100 0 10101 100011010 1001000 101110

Color Harmonies of #9721CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9721CA

Black with #9721CA

Text Example


Text Example

White with #9721CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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