Html Css Color HEX #9D22BE Dark Orchid

📋 copy color: '#9D22BE'

red 157 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #9D22BE

Tints of Dark Orchid #9D22BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 41.21%
G = 8.92%
B = 49.87%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D22BE (or 0x9D22BE) is known color: Dark Orchid. HEX triplet: 9D, 22 and BE. RGB value is (157,34,190). Sum of RGB (Red+Green+Blue) = 157+34+190=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D22BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D22BE is #62DD41. Grayscale: #585858. Windows color (decimal): -6479170 or 12460701. OLE color: 12460701.

HSL color Cylindrical-coordinate representation of color #9D22BE: hue angle of 287.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D22BE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 34 190 -
CMYK 0.17 0.82 0 0.25
HSL 287.31º 0.7% 0.44% -
HSV(B) 287.31º 0.82% 0.75% -
XYZ 23.77 12.03 49.78 -
YUV 88.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 157 34 190 0.17 0.82 0 0.25 287.31 0.7 0.44
Hex 9D 22 BE 11 52 0 19 11F 46 2C
Octal 235 42 276 21 122 0 31 437 106 54
Binary 10011101 100010 10111110 10001 1010010 0 11001 100011111 1000110 101100

Color Harmonies of #9D22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D22BE

Black with #9D22BE

Text Example


Text Example

White with #9D22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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