Html Css Color HEX #8B46CB Dark Orchid

📋 copy color: '#8B46CB'

red 139 ◦ green 70 ◦ blue 203

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

Shades of Dark Orchid #8B46CB

Tints of Dark Orchid #8B46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

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

R = 33.74%
G = 16.99%
B = 49.27%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B46CB (or 0x8B46CB) is known color: Dark Orchid. HEX triplet: 8B, 46 and CB. RGB value is (139,70,203). Sum of RGB (Red+Green+Blue) = 139+70+203=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B46CB is #74B934. Grayscale: #696969. Windows color (decimal): -7649589 or 13321867. OLE color: 13321867.

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

Color convert

RGB 139 70 203 -
CMYK 0.32 0.66 0 0.20
HSL 271.13º 0.56% 0.54% -
HSV(B) 271.13º 0.66% 0.8% -
XYZ 23.62 14.18 57.99 -
YUV 105.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 139 70 203 0.32 0.66 0 0.20 271.13 0.56 0.54
Hex 8B 46 CB 20 42 0 14 10F 38 36
Octal 213 106 313 40 102 0 24 417 70 66
Binary 10001011 1000110 11001011 100000 1000010 0 10100 100001111 111000 110110

Color Harmonies of #8B46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B46CB

Black with #8B46CB

Text Example


Text Example

White with #8B46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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