Html Css Color HEX #8B3ECF Dark Orchid

📋 copy color: '#8B3ECF'

red 139 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #8B3ECF

Tints of Dark Orchid #8B3ECF

RGB

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

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

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

R = 34.07%
G = 15.2%
B = 50.74%

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

#8B3ECF (or 0x8B3ECF) is known color: Dark Orchid. HEX triplet: 8B, 3E and CF. RGB value is (139,62,207). Sum of RGB (Red+Green+Blue) = 139+62+207=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3ECF is #74C130. Grayscale: #656565. Windows color (decimal): -7651633 or 13581963. OLE color: 13581963.

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

Color convert

RGB 139 62 207 -
CMYK 0.33 0.70 0 0.19
HSL 271.86º 0.6% 0.53% -
HSV(B) 271.86º 0.7% 0.81% -
XYZ 23.63 13.44 60.38 -
YUV 101.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 139 62 207 0.33 0.70 0 0.19 271.86 0.6 0.53
Hex 8B 3E CF 21 46 0 13 110 3C 35
Octal 213 76 317 41 106 0 23 420 74 65
Binary 10001011 111110 11001111 100001 1000110 0 10011 100010000 111100 110101

Color Harmonies of #8B3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3ECF

Black with #8B3ECF

Text Example


Text Example

White with #8B3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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