Html Css Color HEX #8845CA Dark Orchid

📋 copy color: '#8845CA'

red 136 ◦ green 69 ◦ blue 202

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

Shades of Dark Orchid #8845CA

Tints of Dark Orchid #8845CA

RGB

 RED value IS 136 (53.52% from 255) = 33.42%

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

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

R = 33.42%
G = 16.95%
B = 49.63%

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

#8845CA (or 0x8845CA) is known color: Dark Orchid. HEX triplet: 88, 45 and CA. RGB value is (136,69,202). Sum of RGB (Red+Green+Blue) = 136+69+202=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #8845CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8845CA is #77BA35. Grayscale: #676767. Windows color (decimal): -7846454 or 13256072. OLE color: 13256072.

HSL color Cylindrical-coordinate representation of color #8845CA: hue angle of 270.23º 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 #8845CA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 69 202 -
CMYK 0.33 0.66 0 0.21
HSL 270.23º 0.56% 0.53% -
HSV(B) 270.23º 0.66% 0.79% -
XYZ 22.94 13.75 57.32 -
YUV 104.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 136 69 202 0.33 0.66 0 0.21 270.23 0.56 0.53
Hex 88 45 CA 21 42 0 15 10E 38 35
Octal 210 105 312 41 102 0 25 416 70 65
Binary 10001000 1000101 11001010 100001 1000010 0 10101 100001110 111000 110101

Color Harmonies of #8845CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8845CA

Black with #8845CA

Text Example


Text Example

White with #8845CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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