Html Css Color HEX #8737CF Dark Orchid

📋 copy color: '#8737CF'

red 135 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #8737CF

Tints of Dark Orchid #8737CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 34.01%
G = 13.85%
B = 52.14%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8737CF (or 0x8737CF) is known color: Dark Orchid. HEX triplet: 87, 37 and CF. RGB value is (135,55,207). Sum of RGB (Red+Green+Blue) = 135+55+207=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #8737CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737CF is #78C830. Grayscale: #5F5F5F. Windows color (decimal): -7915569 or 13580167. OLE color: 13580167.

HSL color Cylindrical-coordinate representation of color #8737CF: hue angle of 271.58º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8737CF is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 55 207 -
CMYK 0.35 0.73 0 0.19
HSL 271.58º 0.61% 0.51% -
HSV(B) 271.58º 0.73% 0.81% -
XYZ 22.62 12.39 60.23 -
YUV 96.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 135 55 207 0.35 0.73 0 0.19 271.58 0.61 0.51
Hex 87 37 CF 23 49 0 13 110 3D 33
Octal 207 67 317 43 111 0 23 420 75 63
Binary 10000111 110111 11001111 100011 1001001 0 10011 100010000 111101 110011

Color Harmonies of #8737CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8737CF

Black with #8737CF

Text Example


Text Example

White with #8737CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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