Html Css Color HEX #8B3CCC Dark Orchid

📋 copy color: '#8B3CCC'

red 139 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #8B3CCC

Tints of Dark Orchid #8B3CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.89%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 34.49%
G = 14.89%
B = 50.62%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8B3CCC (or 0x8B3CCC) is known color: Dark Orchid. HEX triplet: 8B, 3C and CC. RGB value is (139,60,204). Sum of RGB (Red+Green+Blue) = 139+60+204=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3CCC is #74C333. Grayscale: #636363. Windows color (decimal): -7652148 or 13384843. OLE color: 13384843.

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

Color convert

RGB 139 60 204 -
CMYK 0.32 0.71 0 0.2
HSL 272.92º 0.59% 0.52% -
HSV(B) 272.92º 0.71% 0.8% -
XYZ 23.16 13.08 58.43 -
YUV 100.04 186.67 155.79 -
System Red Green Blue C M Y K H S L
Decimal 139 60 204 0.32 0.71 0 0.2 272.92 0.59 0.52
Hex 8B 3C CC 20 47 0 14 111 3B 34
Octal 213 74 314 40 107 0 24 421 73 64
Binary 10001011 111100 11001100 100000 1000111 0 10100 100010001 111011 110100

Color Harmonies of #8B3CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3CCC

Black with #8B3CCC

Text Example


Text Example

White with #8B3CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,60,204); }

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

background-color css

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

 a { background-color: rgb(139,60,204); }

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

border-color css

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

 span { border-color: rgb(139,60,204); }

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