Html Css Color HEX #8B1EBF Dark Orchid

📋 copy color: '#8B1EBF'

red 139 ◦ green 30 ◦ blue 191

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

Shades of Dark Orchid #8B1EBF

Tints of Dark Orchid #8B1EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 191 (75% from 255) = 53.06%

R = 38.61%
G = 8.33%
B = 53.06%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B1EBF (or 0x8B1EBF) is known color: Dark Orchid. HEX triplet: 8B, 1E and BF. RGB value is (139,30,191). Sum of RGB (Red+Green+Blue) = 139+30+191=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B1EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1EBF is #74E140. Grayscale: #505050. Windows color (decimal): -7659841 or 12525195. OLE color: 12525195.

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

Color convert

RGB 139 30 191 -
CMYK 0.27 0.84 0 0.25
HSL 280.62º 0.73% 0.43% -
HSV(B) 280.62º 0.84% 0.75% -
XYZ 20.52 10.18 50.17 -
YUV 80.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 139 30 191 0.27 0.84 0 0.25 280.62 0.73 0.43
Hex 8B 1E BF 1B 54 0 19 119 49 2B
Octal 213 36 277 33 124 0 31 431 111 53
Binary 10001011 11110 10111111 11011 1010100 0 11001 100011001 1001001 101011

Color Harmonies of #8B1EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1EBF

Black with #8B1EBF

Text Example


Text Example

White with #8B1EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,30,191); }

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

background-color css

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

 a { background-color: rgb(139,30,191); }

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

border-color css

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

 span { border-color: rgb(139,30,191); }

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