Html Css Color HEX #8C3FBD Dark Orchid

📋 copy color: '#8C3FBD'

red 140 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #8C3FBD

Tints of Dark Orchid #8C3FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 35.71%
G = 16.07%
B = 48.21%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C3FBD (or 0x8C3FBD) is known color: Dark Orchid. HEX triplet: 8C, 3F and BD. RGB value is (140,63,189). Sum of RGB (Red+Green+Blue) = 140+63+189=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C3FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FBD is #73C042. Grayscale: #636363. Windows color (decimal): -7585859 or 12402572. OLE color: 12402572.

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

Color convert

RGB 140 63 189 -
CMYK 0.26 0.67 0 0.26
HSL 276.67º 0.5% 0.49% -
HSV(B) 276.67º 0.67% 0.74% -
XYZ 21.78 12.8 49.47 -
YUV 100.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 140 63 189 0.26 0.67 0 0.26 276.67 0.5 0.49
Hex 8C 3F BD 1A 43 0 1A 115 32 31
Octal 214 77 275 32 103 0 32 425 62 61
Binary 10001100 111111 10111101 11010 1000011 0 11010 100010101 110010 110001

Color Harmonies of #8C3FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3FBD

Black with #8C3FBD

Text Example


Text Example

White with #8C3FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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