Html Css Color HEX #9D1ABF Dark Orchid

📋 copy color: '#9D1ABF'

red 157 ◦ green 26 ◦ blue 191

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

Shades of Dark Orchid #9D1ABF

Tints of Dark Orchid #9D1ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

 BLUE value IS 191 (75% from 255) = 51.07%

R = 41.98%
G = 6.95%
B = 51.07%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D1ABF (or 0x9D1ABF) is known color: Dark Orchid. HEX triplet: 9D, 1A and BF. RGB value is (157,26,191). Sum of RGB (Red+Green+Blue) = 157+26+191=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D1ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1ABF is #62E540. Grayscale: #535353. Windows color (decimal): -6481217 or 12524189. OLE color: 12524189.

HSL color Cylindrical-coordinate representation of color #9D1ABF: hue angle of 287.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1ABF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 26 191 -
CMYK 0.18 0.86 0 0.25
HSL 287.64º 0.76% 0.43% -
HSV(B) 287.64º 0.86% 0.75% -
XYZ 23.68 11.67 50.29 -
YUV 83.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 157 26 191 0.18 0.86 0 0.25 287.64 0.76 0.43
Hex 9D 1A BF 12 56 0 19 120 4C 2B
Octal 235 32 277 22 126 0 31 440 114 53
Binary 10011101 11010 10111111 10010 1010110 0 11001 100100000 1001100 101011

Color Harmonies of #9D1ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1ABF

Black with #9D1ABF

Text Example


Text Example

White with #9D1ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,26,191); }

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

background-color css

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

 a { background-color: rgb(157,26,191); }

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

border-color css

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

 span { border-color: rgb(157,26,191); }

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