Html Css Color HEX #9D2FBA Dark Orchid

📋 copy color: '#9D2FBA'

red 157 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #9D2FBA

Tints of Dark Orchid #9D2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.05%

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

R = 40.26%
G = 12.05%
B = 47.69%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D2FBA (or 0x9D2FBA) is known color: Dark Orchid. HEX triplet: 9D, 2F and BA. RGB value is (157,47,186). Sum of RGB (Red+Green+Blue) = 157+47+186=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2FBA is #62D045. Grayscale: #5F5F5F. Windows color (decimal): -6475846 or 12201885. OLE color: 12201885.

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

Color convert

RGB 157 47 186 -
CMYK 0.16 0.75 0 0.27
HSL 287.48º 0.6% 0.46% -
HSV(B) 287.48º 0.75% 0.73% -
XYZ 23.78 12.75 47.66 -
YUV 95.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 157 47 186 0.16 0.75 0 0.27 287.48 0.6 0.46
Hex 9D 2F BA 10 4B 0 1B 11F 3C 2E
Octal 235 57 272 20 113 0 33 437 74 56
Binary 10011101 101111 10111010 10000 1001011 0 11011 100011111 111100 101110

Color Harmonies of #9D2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2FBA

Black with #9D2FBA

Text Example


Text Example

White with #9D2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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