Html Css Color HEX #9B49CF Dark Orchid

📋 copy color: '#9B49CF'

red 155 ◦ green 73 ◦ blue 207

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

Shades of Dark Orchid #9B49CF

Tints of Dark Orchid #9B49CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 35.63%
G = 16.78%
B = 47.59%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B49CF (or 0x9B49CF) is known color: Dark Orchid. HEX triplet: 9B, 49 and CF. RGB value is (155,73,207). Sum of RGB (Red+Green+Blue) = 155+73+207=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B49CF is #64B630. Grayscale: #707070. Windows color (decimal): -6600241 or 13584795. OLE color: 13584795.

HSL color Cylindrical-coordinate representation of color #9B49CF: hue angle of 276.72º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B49CF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 73 207 -
CMYK 0.25 0.65 0 0.19
HSL 276.72º 0.58% 0.55% -
HSV(B) 276.72º 0.65% 0.81% -
XYZ 27.16 16.24 60.73 -
YUV 112.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 155 73 207 0.25 0.65 0 0.19 276.72 0.58 0.55
Hex 9B 49 CF 19 41 0 13 115 3A 37
Octal 233 111 317 31 101 0 23 425 72 67
Binary 10011011 1001001 11001111 11001 1000001 0 10011 100010101 111010 110111

Color Harmonies of #9B49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B49CF

Black with #9B49CF

Text Example


Text Example

White with #9B49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,207); }

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

background-color css

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

 a { background-color: rgb(155,73,207); }

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

border-color css

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

 span { border-color: rgb(155,73,207); }

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