Html Css Color HEX #8745CA Dark Orchid

📋 copy color: '#8745CA'

red 135 ◦ green 69 ◦ blue 202

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

Shades of Dark Orchid #8745CA

Tints of Dark Orchid #8745CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17%

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 33.25%
G = 17%
B = 49.75%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8745CA (or 0x8745CA) is known color: Dark Orchid. HEX triplet: 87, 45 and CA. RGB value is (135,69,202). Sum of RGB (Red+Green+Blue) = 135+69+202=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #8745CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8745CA is #78BA35. Grayscale: #676767. Windows color (decimal): -7911990 or 13256071. OLE color: 13256071.

HSL color Cylindrical-coordinate representation of color #8745CA: hue angle of 269.77º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8745CA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 69 202 -
CMYK 0.33 0.66 0 0.21
HSL 269.77º 0.56% 0.53% -
HSV(B) 269.77º 0.66% 0.79% -
XYZ 22.78 13.67 57.32 -
YUV 103.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 135 69 202 0.33 0.66 0 0.21 269.77 0.56 0.53
Hex 87 45 CA 21 42 0 15 10E 38 35
Octal 207 105 312 41 102 0 25 416 70 65
Binary 10000111 1000101 11001010 100001 1000010 0 10101 100001110 111000 110101

Color Harmonies of #8745CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8745CA

Black with #8745CA

Text Example


Text Example

White with #8745CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8745CA; }

 p { color: rgb(135,69,202); }

 H1.HeaderClassName
 {
   color: #8745CA;
 }
 .AnyTagClassName
 {
   color: #8745CA;
 }
</style>

background-color css

<style>
 a { background-color: #8745CA; }

 a { background-color: rgb(135,69,202); }

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

border-color css

<style>
 span { border-color: #8745CA; }

 span { border-color: rgb(135,69,202); }

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