Html Css Color HEX #9721CB Dark Orchid

📋 copy color: '#9721CB'

red 151 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #9721CB

Tints of Dark Orchid #9721CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 39.02%
G = 8.53%
B = 52.45%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9721CB (or 0x9721CB) is known color: Dark Orchid. HEX triplet: 97, 21 and CB. RGB value is (151,33,203). Sum of RGB (Red+Green+Blue) = 151+33+203=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #9721CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9721CB is #68DE34. Grayscale: #575757. Windows color (decimal): -6872629 or 13312407. OLE color: 13312407.

HSL color Cylindrical-coordinate representation of color #9721CB: hue angle of 281.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9721CB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 33 203 -
CMYK 0.26 0.84 0 0.20
HSL 281.65º 0.72% 0.46% -
HSV(B) 281.65º 0.84% 0.8% -
XYZ 24.09 11.98 57.54 -
YUV 87.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 151 33 203 0.26 0.84 0 0.20 281.65 0.72 0.46
Hex 97 21 CB 1A 54 0 14 11A 48 2E
Octal 227 41 313 32 124 0 24 432 110 56
Binary 10010111 100001 11001011 11010 1010100 0 10100 100011010 1001000 101110

Color Harmonies of #9721CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9721CB

Black with #9721CB

Text Example


Text Example

White with #9721CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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