Html Css Color HEX #8B1FCC Dark Orchid

📋 copy color: '#8B1FCC'

red 139 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #8B1FCC

Tints of Dark Orchid #8B1FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 37.17%
G = 8.29%
B = 54.55%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8B1FCC (or 0x8B1FCC) is known color: Dark Orchid. HEX triplet: 8B, 1F and CC. RGB value is (139,31,204). Sum of RGB (Red+Green+Blue) = 139+31+204=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B1FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1FCC is #74E033. Grayscale: #525252. Windows color (decimal): -7659572 or 13377419. OLE color: 13377419.

HSL color Cylindrical-coordinate representation of color #8B1FCC: hue angle of 277.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1FCC is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 139 31 204 -
CMYK 0.32 0.85 0 0.2
HSL 277.46º 0.74% 0.46% -
HSV(B) 277.46º 0.85% 0.8% -
XYZ 22.04 10.83 58.06 -
YUV 83.01 196.28 167.93 -
System Red Green Blue C M Y K H S L
Decimal 139 31 204 0.32 0.85 0 0.2 277.46 0.74 0.46
Hex 8B 1F CC 20 55 0 14 115 4A 2E
Octal 213 37 314 40 125 0 24 425 112 56
Binary 10001011 11111 11001100 100000 1010101 0 10100 100010101 1001010 101110

Color Harmonies of #8B1FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1FCC

Black with #8B1FCC

Text Example


Text Example

White with #8B1FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,31,204); }

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

background-color css

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

 a { background-color: rgb(139,31,204); }

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

border-color css

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

 span { border-color: rgb(139,31,204); }

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