Html Css Color HEX #9B47D7 Dark Orchid

📋 copy color: '#9B47D7'

red 155 ◦ green 71 ◦ blue 215

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

Shades of Dark Orchid #9B47D7

Tints of Dark Orchid #9B47D7

RGB

 RED value IS 155 (60.94% from 255) = 35.15%

 GREEN value IS 71 (28.13% from 255) = 16.1%

 BLUE value IS 215 (84.38% from 255) = 48.75%

R = 35.15%
G = 16.1%
B = 48.75%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9B47D7 (or 0x9B47D7) is known color: Dark Orchid. HEX triplet: 9B, 47 and D7. RGB value is (155,71,215). Sum of RGB (Red+Green+Blue) = 155+71+215=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B47D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B47D7 is #64B828. Grayscale: #707070. Windows color (decimal): -6600745 or 14108571. OLE color: 14108571.

HSL color Cylindrical-coordinate representation of color #9B47D7: hue angle of 275º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B47D7 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 71 215 -
CMYK 0.28 0.67 0 0.16
HSL 275º 0.64% 0.56% -
HSV(B) 275º 0.67% 0.84% -
XYZ 28.04 16.38 65.97 -
YUV 112.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 155 71 215 0.28 0.67 0 0.16 275 0.64 0.56
Hex 9B 47 D7 1C 43 0 10 113 40 38
Octal 233 107 327 34 103 0 20 423 100 70
Binary 10011011 1000111 11010111 11100 1000011 0 10000 100010011 1000000 111000

Color Harmonies of #9B47D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B47D7

Black with #9B47D7

Text Example


Text Example

White with #9B47D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,215); }

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

background-color css

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

 a { background-color: rgb(155,71,215); }

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

border-color css

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

 span { border-color: rgb(155,71,215); }

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