Html Css Color HEX #8B3ECE Dark Orchid

📋 copy color: '#8B3ECE'

red 139 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #8B3ECE

Tints of Dark Orchid #8B3ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.23%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 34.15%
G = 15.23%
B = 50.61%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B3ECE (or 0x8B3ECE) is known color: Dark Orchid. HEX triplet: 8B, 3E and CE. RGB value is (139,62,206). Sum of RGB (Red+Green+Blue) = 139+62+206=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3ECE is #74C131. Grayscale: #646464. Windows color (decimal): -7651634 or 13516427. OLE color: 13516427.

HSL color Cylindrical-coordinate representation of color #8B3ECE: hue angle of 272.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B3ECE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 62 206 -
CMYK 0.33 0.70 0 0.19
HSL 272.08º 0.6% 0.53% -
HSV(B) 272.08º 0.7% 0.81% -
XYZ 23.51 13.39 59.74 -
YUV 101.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 139 62 206 0.33 0.70 0 0.19 272.08 0.6 0.53
Hex 8B 3E CE 21 46 0 13 110 3C 35
Octal 213 76 316 41 106 0 23 420 74 65
Binary 10001011 111110 11001110 100001 1000110 0 10011 100010000 111100 110101

Color Harmonies of #8B3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3ECE

Black with #8B3ECE

Text Example


Text Example

White with #8B3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,62,206); }

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

background-color css

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

 a { background-color: rgb(139,62,206); }

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

border-color css

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

 span { border-color: rgb(139,62,206); }

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