Html Css Color HEX #8B1ACA Dark Orchid

📋 copy color: '#8B1ACA'

red 139 ◦ green 26 ◦ blue 202

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

Shades of Dark Orchid #8B1ACA

Tints of Dark Orchid #8B1ACA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.08%

 BLUE value IS 202 (79.3% from 255) = 55.04%

R = 37.87%
G = 7.08%
B = 55.04%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B1ACA (or 0x8B1ACA) is known color: Dark Orchid. HEX triplet: 8B, 1A and CA. RGB value is (139,26,202). Sum of RGB (Red+Green+Blue) = 139+26+202=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B1ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1ACA is #74E535. Grayscale: #4F4F4F. Windows color (decimal): -7660854 or 13245067. OLE color: 13245067.

HSL color Cylindrical-coordinate representation of color #8B1ACA: hue angle of 278.52º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1ACA is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 26 202 -
CMYK 0.31 0.87 0 0.21
HSL 278.52º 0.77% 0.45% -
HSV(B) 278.52º 0.87% 0.79% -
XYZ 21.68 10.49 56.76 -
YUV 79.85 196.94 170.19 -
System Red Green Blue C M Y K H S L
Decimal 139 26 202 0.31 0.87 0 0.21 278.52 0.77 0.45
Hex 8B 1A CA 1F 57 0 15 117 4D 2D
Octal 213 32 312 37 127 0 25 427 115 55
Binary 10001011 11010 11001010 11111 1010111 0 10101 100010111 1001101 101101

Color Harmonies of #8B1ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1ACA

Black with #8B1ACA

Text Example


Text Example

White with #8B1ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,26,202); }

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

background-color css

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

 a { background-color: rgb(139,26,202); }

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

border-color css

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

 span { border-color: rgb(139,26,202); }

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