Html Css Color HEX #9921C6 Dark Orchid

📋 copy color: '#9921C6'

red 153 ◦ green 33 ◦ blue 198

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

Shades of Dark Orchid #9921C6

Tints of Dark Orchid #9921C6

RGB

 RED value IS 153 (60.16% from 255) = 39.84%

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

 BLUE value IS 198 (77.73% from 255) = 51.56%

R = 39.84%
G = 8.59%
B = 51.56%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9921C6 (or 0x9921C6) is known color: Dark Orchid. HEX triplet: 99, 21 and C6. RGB value is (153,33,198). Sum of RGB (Red+Green+Blue) = 153+33+198=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #9921C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9921C6 is #66DE39. Grayscale: #575757. Windows color (decimal): -6741562 or 12984729. OLE color: 12984729.

HSL color Cylindrical-coordinate representation of color #9921C6: hue angle of 283.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9921C6 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 33 198 -
CMYK 0.23 0.83 0 0.22
HSL 283.64º 0.71% 0.45% -
HSV(B) 283.64º 0.83% 0.78% -
XYZ 23.87 11.94 54.47 -
YUV 87.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 153 33 198 0.23 0.83 0 0.22 283.64 0.71 0.45
Hex 99 21 C6 17 53 0 16 11C 47 2D
Octal 231 41 306 27 123 0 26 434 107 55
Binary 10011001 100001 11000110 10111 1010011 0 10110 100011100 1000111 101101

Color Harmonies of #9921C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9921C6

Black with #9921C6

Text Example


Text Example

White with #9921C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9921C6; }

 p { color: rgb(153,33,198); }

 H1.HeaderClassName
 {
   color: #9921C6;
 }
 .AnyTagClassName
 {
   color: #9921C6;
 }
</style>

background-color css

<style>
 a { background-color: #9921C6; }

 a { background-color: rgb(153,33,198); }

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

border-color css

<style>
 span { border-color: #9921C6; }

 span { border-color: rgb(153,33,198); }

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