Html Css Color HEX #9921BA Dark Orchid

📋 copy color: '#9921BA'

red 153 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #9921BA

Tints of Dark Orchid #9921BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 41.13%
G = 8.87%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9921BA (or 0x9921BA) is known color: Dark Orchid. HEX triplet: 99, 21 and BA. RGB value is (153,33,186). Sum of RGB (Red+Green+Blue) = 153+33+186=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #9921BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9921BA is #66DE45. Grayscale: #555555. Windows color (decimal): -6741574 or 12198297. OLE color: 12198297.

HSL color Cylindrical-coordinate representation of color #9921BA: hue angle of 287.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9921BA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 33 186 -
CMYK 0.18 0.82 0 0.27
HSL 287.06º 0.7% 0.43% -
HSV(B) 287.06º 0.82% 0.73% -
XYZ 22.54 11.41 47.47 -
YUV 86.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 153 33 186 0.18 0.82 0 0.27 287.06 0.7 0.43
Hex 99 21 BA 12 52 0 1B 11F 46 2B
Octal 231 41 272 22 122 0 33 437 106 53
Binary 10011001 100001 10111010 10010 1010010 0 11011 100011111 1000110 101011

Color Harmonies of #9921BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9921BA

Black with #9921BA

Text Example


Text Example

White with #9921BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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