Html Css Color HEX #9D1EBA Dark Orchid

📋 copy color: '#9D1EBA'

red 157 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #9D1EBA

Tints of Dark Orchid #9D1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

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

R = 42.09%
G = 8.04%
B = 49.87%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D1EBA (or 0x9D1EBA) is known color: Dark Orchid. HEX triplet: 9D, 1E and BA. RGB value is (157,30,186). Sum of RGB (Red+Green+Blue) = 157+30+186=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1EBA is #62E145. Grayscale: #555555. Windows color (decimal): -6480198 or 12197533. OLE color: 12197533.

HSL color Cylindrical-coordinate representation of color #9D1EBA: hue angle of 288.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1EBA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 30 186 -
CMYK 0.16 0.84 0 0.27
HSL 288.85º 0.72% 0.42% -
HSV(B) 288.85º 0.84% 0.73% -
XYZ 23.23 11.64 47.48 -
YUV 85.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 157 30 186 0.16 0.84 0 0.27 288.85 0.72 0.42
Hex 9D 1E BA 10 54 0 1B 121 48 2A
Octal 235 36 272 20 124 0 33 441 110 52
Binary 10011101 11110 10111010 10000 1010100 0 11011 100100001 1001000 101010

Color Harmonies of #9D1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1EBA

Black with #9D1EBA

Text Example


Text Example

White with #9D1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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