Html Css Color HEX #8B26CB Dark Orchid

📋 copy color: '#8B26CB'

red 139 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #8B26CB

Tints of Dark Orchid #8B26CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

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

R = 36.58%
G = 10%
B = 53.42%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B26CB (or 0x8B26CB) is known color: Dark Orchid. HEX triplet: 8B, 26 and CB. RGB value is (139,38,203). Sum of RGB (Red+Green+Blue) = 139+38+203=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B26CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B26CB is #74D934. Grayscale: #565656. Windows color (decimal): -7657781 or 13313675. OLE color: 13313675.

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

Color convert

RGB 139 38 203 -
CMYK 0.32 0.81 0 0.20
HSL 276.73º 0.68% 0.47% -
HSV(B) 276.73º 0.81% 0.8% -
XYZ 22.12 11.19 57.49 -
YUV 87.01 193.46 165.08 -
System Red Green Blue C M Y K H S L
Decimal 139 38 203 0.32 0.81 0 0.20 276.73 0.68 0.47
Hex 8B 26 CB 20 51 0 14 115 44 2F
Octal 213 46 313 40 121 0 24 425 104 57
Binary 10001011 100110 11001011 100000 1010001 0 10100 100010101 1000100 101111

Color Harmonies of #8B26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B26CB

Black with #8B26CB

Text Example


Text Example

White with #8B26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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