Html Css Color HEX #8733CA Dark Orchid

📋 copy color: '#8733CA'

red 135 ◦ green 51 ◦ blue 202

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

Shades of Dark Orchid #8733CA

Tints of Dark Orchid #8733CA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

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

R = 34.79%
G = 13.14%
B = 52.06%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8733CA (or 0x8733CA) is known color: Dark Orchid. HEX triplet: 87, 33 and CA. RGB value is (135,51,202). Sum of RGB (Red+Green+Blue) = 135+51+202=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #8733CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8733CA is #78CC35. Grayscale: #5C5C5C. Windows color (decimal): -7916598 or 13251463. OLE color: 13251463.

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

Color convert

RGB 135 51 202 -
CMYK 0.33 0.75 0 0.21
HSL 273.38º 0.6% 0.5% -
HSV(B) 273.38º 0.75% 0.79% -
XYZ 21.84 11.78 57 -
YUV 93.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 135 51 202 0.33 0.75 0 0.21 273.38 0.6 0.5
Hex 87 33 CA 21 4B 0 15 111 3C 32
Octal 207 63 312 41 113 0 25 421 74 62
Binary 10000111 110011 11001010 100001 1001011 0 10101 100010001 111100 110010

Color Harmonies of #8733CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8733CA

Black with #8733CA

Text Example


Text Example

White with #8733CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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