Html Css Color HEX #8B2CCD Dark Orchid

📋 copy color: '#8B2CCD'

red 139 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #8B2CCD

Tints of Dark Orchid #8B2CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 35.82%
G = 11.34%
B = 52.84%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B2CCD (or 0x8B2CCD) is known color: Dark Orchid. HEX triplet: 8B, 2C and CD. RGB value is (139,44,205). Sum of RGB (Red+Green+Blue) = 139+44+205=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2CCD is #74D332. Grayscale: #5A5A5A. Windows color (decimal): -7656243 or 13446283. OLE color: 13446283.

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

Color convert

RGB 139 44 205 -
CMYK 0.32 0.79 0 0.20
HSL 275.4º 0.65% 0.49% -
HSV(B) 275.4º 0.79% 0.8% -
XYZ 22.57 11.7 58.83 -
YUV 90.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 139 44 205 0.32 0.79 0 0.20 275.4 0.65 0.49
Hex 8B 2C CD 20 4F 0 14 113 41 31
Octal 213 54 315 40 117 0 24 423 101 61
Binary 10001011 101100 11001101 100000 1001111 0 10100 100010011 1000001 110001

Color Harmonies of #8B2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2CCD

Black with #8B2CCD

Text Example


Text Example

White with #8B2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,44,205); }

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

background-color css

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

 a { background-color: rgb(139,44,205); }

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

border-color css

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

 span { border-color: rgb(139,44,205); }

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