Html Css Color HEX #8B3ECA Dark Orchid

📋 copy color: '#8B3ECA'

red 139 ◦ green 62 ◦ blue 202

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

Shades of Dark Orchid #8B3ECA

Tints of Dark Orchid #8B3ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 34.49%
G = 15.38%
B = 50.12%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B3ECA (or 0x8B3ECA) is known color: Dark Orchid. HEX triplet: 8B, 3E and CA. RGB value is (139,62,202). Sum of RGB (Red+Green+Blue) = 139+62+202=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B3ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3ECA is #74C135. Grayscale: #646464. Windows color (decimal): -7651638 or 13254283. OLE color: 13254283.

HSL color Cylindrical-coordinate representation of color #8B3ECA: hue angle of 273º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B3ECA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 62 202 -
CMYK 0.31 0.69 0 0.21
HSL 273º 0.57% 0.52% -
HSV(B) 273º 0.69% 0.79% -
XYZ 23.03 13.2 57.21 -
YUV 100.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 139 62 202 0.31 0.69 0 0.21 273 0.57 0.52
Hex 8B 3E CA 1F 45 0 15 111 39 34
Octal 213 76 312 37 105 0 25 421 71 64
Binary 10001011 111110 11001010 11111 1000101 0 10101 100010001 111001 110100

Color Harmonies of #8B3ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3ECA

Black with #8B3ECA

Text Example


Text Example

White with #8B3ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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