Html Css Color HEX #8B1DC0 Dark Orchid

📋 copy color: '#8B1DC0'

red 139 ◦ green 29 ◦ blue 192

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

Shades of Dark Orchid #8B1DC0

Tints of Dark Orchid #8B1DC0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

 BLUE value IS 192 (75.39% from 255) = 53.33%

R = 38.61%
G = 8.06%
B = 53.33%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B1DC0 (or 0x8B1DC0) is known color: Dark Orchid. HEX triplet: 8B, 1D and C0. RGB value is (139,29,192). Sum of RGB (Red+Green+Blue) = 139+29+192=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B1DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1DC0 is #74E23F. Grayscale: #4F4F4F. Windows color (decimal): -7660096 or 12590475. OLE color: 12590475.

HSL color Cylindrical-coordinate representation of color #8B1DC0: hue angle of 280.49º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1DC0 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 29 192 -
CMYK 0.28 0.85 0 0.25
HSL 280.49º 0.74% 0.43% -
HSV(B) 280.49º 0.85% 0.75% -
XYZ 20.6 10.17 50.75 -
YUV 80.47 190.94 169.75 -
System Red Green Blue C M Y K H S L
Decimal 139 29 192 0.28 0.85 0 0.25 280.49 0.74 0.43
Hex 8B 1D C0 1C 55 0 19 118 4A 2B
Octal 213 35 300 34 125 0 31 430 112 53
Binary 10001011 11101 11000000 11100 1010101 0 11001 100011000 1001010 101011

Color Harmonies of #8B1DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1DC0

Black with #8B1DC0

Text Example


Text Example

White with #8B1DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,29,192); }

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

background-color css

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

 a { background-color: rgb(139,29,192); }

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

border-color css

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

 span { border-color: rgb(139,29,192); }

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