Html Css Color HEX #9D22BA Dark Orchid

📋 copy color: '#9D22BA'

red 157 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #9D22BA

Tints of Dark Orchid #9D22BA

RGB

 RED value IS 157 (61.72% from 255) = 41.64%

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

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

R = 41.64%
G = 9.02%
B = 49.34%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D22BA (or 0x9D22BA) is known color: Dark Orchid. HEX triplet: 9D, 22 and BA. RGB value is (157,34,186). Sum of RGB (Red+Green+Blue) = 157+34+186=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D22BA is #62DD45. Grayscale: #575757. Windows color (decimal): -6479174 or 12198557. OLE color: 12198557.

HSL color Cylindrical-coordinate representation of color #9D22BA: hue angle of 288.55º 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 #9D22BA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 34 186 -
CMYK 0.16 0.82 0 0.27
HSL 288.55º 0.69% 0.43% -
HSV(B) 288.55º 0.82% 0.73% -
XYZ 23.34 11.86 47.51 -
YUV 88.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 157 34 186 0.16 0.82 0 0.27 288.55 0.69 0.43
Hex 9D 22 BA 10 52 0 1B 121 45 2B
Octal 235 42 272 20 122 0 33 441 105 53
Binary 10011101 100010 10111010 10000 1010010 0 11011 100100001 1000101 101011

Color Harmonies of #9D22BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D22BA

Black with #9D22BA

Text Example


Text Example

White with #9D22BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D22BA; }

 p { color: rgb(157,34,186); }

 H1.HeaderClassName
 {
   color: #9D22BA;
 }
 .AnyTagClassName
 {
   color: #9D22BA;
 }
</style>

background-color css

<style>
 a { background-color: #9D22BA; }

 a { background-color: rgb(157,34,186); }

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

border-color css

<style>
 span { border-color: #9D22BA; }

 span { border-color: rgb(157,34,186); }

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