Html Css Color HEX #8737CB Dark Orchid

📋 copy color: '#8737CB'

red 135 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #8737CB

Tints of Dark Orchid #8737CB

RGB

 RED value IS 135 (53.13% from 255) = 34.35%

 GREEN value IS 55 (21.88% from 255) = 13.99%

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

R = 34.35%
G = 13.99%
B = 51.65%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8737CB (or 0x8737CB) is known color: Dark Orchid. HEX triplet: 87, 37 and CB. RGB value is (135,55,203). Sum of RGB (Red+Green+Blue) = 135+55+203=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #8737CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737CB is #78C834. Grayscale: #5F5F5F. Windows color (decimal): -7915573 or 13318023. OLE color: 13318023.

HSL color Cylindrical-coordinate representation of color #8737CB: hue angle of 272.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8737CB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 55 203 -
CMYK 0.33 0.73 0 0.20
HSL 272.43º 0.59% 0.51% -
HSV(B) 272.43º 0.73% 0.8% -
XYZ 22.14 12.2 57.69 -
YUV 95.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 135 55 203 0.33 0.73 0 0.20 272.43 0.59 0.51
Hex 87 37 CB 21 49 0 14 110 3B 33
Octal 207 67 313 41 111 0 24 420 73 63
Binary 10000111 110111 11001011 100001 1001001 0 10100 100010000 111011 110011

Color Harmonies of #8737CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8737CB

Black with #8737CB

Text Example


Text Example

White with #8737CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8737CB; }

 p { color: rgb(135,55,203); }

 H1.HeaderClassName
 {
   color: #8737CB;
 }
 .AnyTagClassName
 {
   color: #8737CB;
 }
</style>

background-color css

<style>
 a { background-color: #8737CB; }

 a { background-color: rgb(135,55,203); }

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

border-color css

<style>
 span { border-color: #8737CB; }

 span { border-color: rgb(135,55,203); }

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