Html Css Color HEX #8C3FBE Dark Orchid

📋 copy color: '#8C3FBE'

red 140 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #8C3FBE

Tints of Dark Orchid #8C3FBE

RGB

 RED value IS 140 (55.08% from 255) = 35.62%

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

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 35.62%
G = 16.03%
B = 48.35%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C3FBE (or 0x8C3FBE) is known color: Dark Orchid. HEX triplet: 8C, 3F and BE. RGB value is (140,63,190). Sum of RGB (Red+Green+Blue) = 140+63+190=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FBE is #73C041. Grayscale: #646464. Windows color (decimal): -7585858 or 12468108. OLE color: 12468108.

HSL color Cylindrical-coordinate representation of color #8C3FBE: hue angle of 276.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3FBE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 63 190 -
CMYK 0.26 0.67 0 0.25
HSL 276.38º 0.5% 0.5% -
HSV(B) 276.38º 0.67% 0.75% -
XYZ 21.89 12.85 50.04 -
YUV 100.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 140 63 190 0.26 0.67 0 0.25 276.38 0.5 0.5
Hex 8C 3F BE 1A 43 0 19 114 32 32
Octal 214 77 276 32 103 0 31 424 62 62
Binary 10001100 111111 10111110 11010 1000011 0 11001 100010100 110010 110010

Color Harmonies of #8C3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3FBE

Black with #8C3FBE

Text Example


Text Example

White with #8C3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,63,190); }

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

background-color css

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

 a { background-color: rgb(140,63,190); }

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

border-color css

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

 span { border-color: rgb(140,63,190); }

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