Html Css Color HEX #8C3DBD Dark Orchid

📋 copy color: '#8C3DBD'

red 140 ◦ green 61 ◦ blue 189

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

Shades of Dark Orchid #8C3DBD

Tints of Dark Orchid #8C3DBD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.64%

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

R = 35.9%
G = 15.64%
B = 48.46%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C3DBD (or 0x8C3DBD) is known color: Dark Orchid. HEX triplet: 8C, 3D and BD. RGB value is (140,61,189). Sum of RGB (Red+Green+Blue) = 140+61+189=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DBD is #73C242. Grayscale: #626262. Windows color (decimal): -7586371 or 12402060. OLE color: 12402060.

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

Color convert

RGB 140 61 189 -
CMYK 0.26 0.68 0 0.26
HSL 277.03º 0.51% 0.49% -
HSV(B) 277.03º 0.68% 0.74% -
XYZ 21.67 12.59 49.43 -
YUV 99.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 140 61 189 0.26 0.68 0 0.26 277.03 0.51 0.49
Hex 8C 3D BD 1A 44 0 1A 115 33 31
Octal 214 75 275 32 104 0 32 425 63 61
Binary 10001100 111101 10111101 11010 1000100 0 11010 100010101 110011 110001

Color Harmonies of #8C3DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3DBD

Black with #8C3DBD

Text Example


Text Example

White with #8C3DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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