Html Css Color HEX #9822BB Dark Orchid

📋 copy color: '#9822BB'

red 152 ◦ green 34 ◦ blue 187

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

Shades of Dark Orchid #9822BB

Tints of Dark Orchid #9822BB

RGB

 RED value IS 152 (59.77% from 255) = 40.75%

 GREEN value IS 34 (13.67% from 255) = 9.12%

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 40.75%
G = 9.12%
B = 50.13%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9822BB (or 0x9822BB) is known color: Dark Orchid. HEX triplet: 98, 22 and BB. RGB value is (152,34,187). Sum of RGB (Red+Green+Blue) = 152+34+187=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9822BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9822BB is #67DD44. Grayscale: #565656. Windows color (decimal): -6806853 or 12264088. OLE color: 12264088.

HSL color Cylindrical-coordinate representation of color #9822BB: hue angle of 286.27º degrees, saturation: 0.69, 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 #9822BB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 34 187 -
CMYK 0.19 0.82 0 0.27
HSL 286.27º 0.69% 0.43% -
HSV(B) 286.27º 0.82% 0.73% -
XYZ 22.49 11.41 48.03 -
YUV 86.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 152 34 187 0.19 0.82 0 0.27 286.27 0.69 0.43
Hex 98 22 BB 13 52 0 1B 11E 45 2B
Octal 230 42 273 23 122 0 33 436 105 53
Binary 10011000 100010 10111011 10011 1010010 0 11011 100011110 1000101 101011

Color Harmonies of #9822BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9822BB

Black with #9822BB

Text Example


Text Example

White with #9822BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9822BB; }

 p { color: rgb(152,34,187); }

 H1.HeaderClassName
 {
   color: #9822BB;
 }
 .AnyTagClassName
 {
   color: #9822BB;
 }
</style>

background-color css

<style>
 a { background-color: #9822BB; }

 a { background-color: rgb(152,34,187); }

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

border-color css

<style>
 span { border-color: #9822BB; }

 span { border-color: rgb(152,34,187); }

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