Html Css Color HEX #8B37CB Dark Orchid

📋 copy color: '#8B37CB'

red 139 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #8B37CB

Tints of Dark Orchid #8B37CB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 35.01%
G = 13.85%
B = 51.13%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B37CB (or 0x8B37CB) is known color: Dark Orchid. HEX triplet: 8B, 37 and CB. RGB value is (139,55,203). Sum of RGB (Red+Green+Blue) = 139+55+203=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B37CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B37CB is #74C834. Grayscale: #606060. Windows color (decimal): -7653429 or 13318027. OLE color: 13318027.

HSL color Cylindrical-coordinate representation of color #8B37CB: hue angle of 274.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B37CB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 55 203 -
CMYK 0.32 0.73 0 0.20
HSL 274.05º 0.59% 0.51% -
HSV(B) 274.05º 0.73% 0.8% -
XYZ 22.79 12.53 57.72 -
YUV 96.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 139 55 203 0.32 0.73 0 0.20 274.05 0.59 0.51
Hex 8B 37 CB 20 49 0 14 112 3B 33
Octal 213 67 313 40 111 0 24 422 73 63
Binary 10001011 110111 11001011 100000 1001001 0 10100 100010010 111011 110011

Color Harmonies of #8B37CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B37CB

Black with #8B37CB

Text Example


Text Example

White with #8B37CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,55,203); }

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

background-color css

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

 a { background-color: rgb(139,55,203); }

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

border-color css

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

 span { border-color: rgb(139,55,203); }

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