Html Css Color HEX #8B40CB Dark Orchid

📋 copy color: '#8B40CB'

red 139 ◦ green 64 ◦ blue 203

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

Shades of Dark Orchid #8B40CB

Tints of Dark Orchid #8B40CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 34.24%
G = 15.76%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B40CB (or 0x8B40CB) is known color: Dark Orchid. HEX triplet: 8B, 40 and CB. RGB value is (139,64,203). Sum of RGB (Red+Green+Blue) = 139+64+203=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B40CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B40CB is #74BF34. Grayscale: #656565. Windows color (decimal): -7651125 or 13320331. OLE color: 13320331.

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

Color convert

RGB 139 64 203 -
CMYK 0.32 0.68 0 0.20
HSL 272.37º 0.57% 0.52% -
HSV(B) 272.37º 0.68% 0.8% -
XYZ 23.26 13.47 57.87 -
YUV 102.27 184.85 154.2 -
System Red Green Blue C M Y K H S L
Decimal 139 64 203 0.32 0.68 0 0.20 272.37 0.57 0.52
Hex 8B 40 CB 20 44 0 14 110 39 34
Octal 213 100 313 40 104 0 24 420 71 64
Binary 10001011 1000000 11001011 100000 1000100 0 10100 100010000 111001 110100

Color Harmonies of #8B40CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B40CB

Black with #8B40CB

Text Example


Text Example

White with #8B40CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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