Html Css Color HEX #8B21B3 Dark Orchid

📋 copy color: '#8B21B3'

red 139 ◦ green 33 ◦ blue 179

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

Shades of Dark Orchid #8B21B3

Tints of Dark Orchid #8B21B3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

 BLUE value IS 179 (70.31% from 255) = 51%

R = 39.6%
G = 9.4%
B = 51%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8B21B3 (or 0x8B21B3) is known color: Dark Orchid. HEX triplet: 8B, 21 and B3. RGB value is (139,33,179). Sum of RGB (Red+Green+Blue) = 139+33+179=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B21B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B21B3 is #74DE4C. Grayscale: #505050. Windows color (decimal): -7659085 or 11739531. OLE color: 11739531.

HSL color Cylindrical-coordinate representation of color #8B21B3: hue angle of 283.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B21B3 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 33 179 -
CMYK 0.22 0.82 0 0.30
HSL 283.56º 0.69% 0.42% -
HSV(B) 283.56º 0.82% 0.7% -
XYZ 19.33 9.83 43.53 -
YUV 81.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 139 33 179 0.22 0.82 0 0.30 283.56 0.69 0.42
Hex 8B 21 B3 16 52 0 1E 11C 45 2A
Octal 213 41 263 26 122 0 36 434 105 52
Binary 10001011 100001 10110011 10110 1010010 0 11110 100011100 1000101 101010

Color Harmonies of #8B21B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B21B3

Black with #8B21B3

Text Example


Text Example

White with #8B21B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,33,179); }

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

background-color css

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

 a { background-color: rgb(139,33,179); }

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

border-color css

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

 span { border-color: rgb(139,33,179); }

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