Html Css Color HEX #8B3FCE Dark Orchid

📋 copy color: '#8B3FCE'

red 139 ◦ green 63 ◦ blue 206

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

Shades of Dark Orchid #8B3FCE

Tints of Dark Orchid #8B3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.44%

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

R = 34.07%
G = 15.44%
B = 50.49%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B3FCE (or 0x8B3FCE) is known color: Dark Orchid. HEX triplet: 8B, 3F and CE. RGB value is (139,63,206). Sum of RGB (Red+Green+Blue) = 139+63+206=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3FCE is #74C031. Grayscale: #656565. Windows color (decimal): -7651378 or 13516683. OLE color: 13516683.

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

Color convert

RGB 139 63 206 -
CMYK 0.33 0.69 0 0.19
HSL 271.89º 0.59% 0.53% -
HSV(B) 271.89º 0.69% 0.81% -
XYZ 23.57 13.5 59.76 -
YUV 102.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 139 63 206 0.33 0.69 0 0.19 271.89 0.59 0.53
Hex 8B 3F CE 21 45 0 13 110 3B 35
Octal 213 77 316 41 105 0 23 420 73 65
Binary 10001011 111111 11001110 100001 1000101 0 10011 100010000 111011 110101

Color Harmonies of #8B3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3FCE

Black with #8B3FCE

Text Example


Text Example

White with #8B3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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