Html Css Color HEX #8C1FBE Dark Orchid

📋 copy color: '#8C1FBE'

red 140 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #8C1FBE

Tints of Dark Orchid #8C1FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.59%

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

R = 38.78%
G = 8.59%
B = 52.63%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C1FBE (or 0x8C1FBE) is known color: Dark Orchid. HEX triplet: 8C, 1F and BE. RGB value is (140,31,190). Sum of RGB (Red+Green+Blue) = 140+31+190=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C1FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1FBE is #73E041. Grayscale: #515151. Windows color (decimal): -7594050 or 12459916. OLE color: 12459916.

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

Color convert

RGB 140 31 190 -
CMYK 0.26 0.84 0 0.25
HSL 281.13º 0.72% 0.43% -
HSV(B) 281.13º 0.84% 0.75% -
XYZ 20.6 10.27 49.61 -
YUV 81.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 140 31 190 0.26 0.84 0 0.25 281.13 0.72 0.43
Hex 8C 1F BE 1A 54 0 19 119 48 2B
Octal 214 37 276 32 124 0 31 431 110 53
Binary 10001100 11111 10111110 11010 1010100 0 11001 100011001 1001000 101011

Color Harmonies of #8C1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1FBE

Black with #8C1FBE

Text Example


Text Example

White with #8C1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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