Html Css Color HEX #8B49CF Dark Orchid

📋 copy color: '#8B49CF'

red 139 ◦ green 73 ◦ blue 207

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

Shades of Dark Orchid #8B49CF

Tints of Dark Orchid #8B49CF

RGB

 RED value IS 139 (54.69% from 255) = 33.17%

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

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

R = 33.17%
G = 17.42%
B = 49.4%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B49CF (or 0x8B49CF) is known color: Dark Orchid. HEX triplet: 8B, 49 and CF. RGB value is (139,73,207). Sum of RGB (Red+Green+Blue) = 139+73+207=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49CF is #74B630. Grayscale: #6B6B6B. Windows color (decimal): -7648817 or 13584779. OLE color: 13584779.

HSL color Cylindrical-coordinate representation of color #8B49CF: hue angle of 269.55º 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 #8B49CF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 73 207 -
CMYK 0.33 0.65 0 0.19
HSL 269.55º 0.58% 0.55% -
HSV(B) 269.55º 0.65% 0.81% -
XYZ 24.29 14.76 60.6 -
YUV 108.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 139 73 207 0.33 0.65 0 0.19 269.55 0.58 0.55
Hex 8B 49 CF 21 41 0 13 10E 3A 37
Octal 213 111 317 41 101 0 23 416 72 67
Binary 10001011 1001001 11001111 100001 1000001 0 10011 100001110 111010 110111

Color Harmonies of #8B49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B49CF

Black with #8B49CF

Text Example


Text Example

White with #8B49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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