Html Css Color HEX #8B3BCA Dark Orchid

📋 copy color: '#8B3BCA'

red 139 ◦ green 59 ◦ blue 202

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

Shades of Dark Orchid #8B3BCA

Tints of Dark Orchid #8B3BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.75%

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

R = 34.75%
G = 14.75%
B = 50.5%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B3BCA (or 0x8B3BCA) is known color: Dark Orchid. HEX triplet: 8B, 3B and CA. RGB value is (139,59,202). Sum of RGB (Red+Green+Blue) = 139+59+202=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B3BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3BCA is #74C435. Grayscale: #626262. Windows color (decimal): -7652406 or 13253515. OLE color: 13253515.

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

Color convert

RGB 139 59 202 -
CMYK 0.31 0.71 0 0.21
HSL 273.57º 0.57% 0.51% -
HSV(B) 273.57º 0.71% 0.79% -
XYZ 22.87 12.88 57.16 -
YUV 99.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 139 59 202 0.31 0.71 0 0.21 273.57 0.57 0.51
Hex 8B 3B CA 1F 47 0 15 112 39 33
Octal 213 73 312 37 107 0 25 422 71 63
Binary 10001011 111011 11001010 11111 1000111 0 10101 100010010 111001 110011

Color Harmonies of #8B3BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3BCA

Black with #8B3BCA

Text Example


Text Example

White with #8B3BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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