Html Css Color HEX #8434CA Dark Orchid

📋 copy color: '#8434CA'

red 132 ◦ green 52 ◦ blue 202

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

Shades of Dark Orchid #8434CA

Tints of Dark Orchid #8434CA

RGB

 RED value IS 132 (51.95% from 255) = 34.2%

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 34.2%
G = 13.47%
B = 52.33%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8434CA (or 0x8434CA) is known color: Dark Orchid. HEX triplet: 84, 34 and CA. RGB value is (132,52,202). Sum of RGB (Red+Green+Blue) = 132+52+202=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #8434CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434CA is #7BCB35. Grayscale: #5C5C5C. Windows color (decimal): -8112950 or 13251716. OLE color: 13251716.

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

Color convert

RGB 132 52 202 -
CMYK 0.35 0.74 0 0.21
HSL 272º 0.59% 0.5% -
HSV(B) 272º 0.74% 0.79% -
XYZ 21.4 11.63 56.99 -
YUV 93.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 132 52 202 0.35 0.74 0 0.21 272 0.59 0.5
Hex 84 34 CA 23 4A 0 15 110 3B 32
Octal 204 64 312 43 112 0 25 420 73 62
Binary 10000100 110100 11001010 100011 1001010 0 10101 100010000 111011 110010

Color Harmonies of #8434CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8434CA

Black with #8434CA

Text Example


Text Example

White with #8434CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,52,202); }

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

background-color css

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

 a { background-color: rgb(132,52,202); }

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

border-color css

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

 span { border-color: rgb(132,52,202); }

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