Html Css Color HEX #8934CA Dark Orchid

📋 copy color: '#8934CA'

red 137 ◦ green 52 ◦ blue 202

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

Shades of Dark Orchid #8934CA

Tints of Dark Orchid #8934CA

RGB

 RED value IS 137 (53.91% from 255) = 35.04%

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

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

R = 35.04%
G = 13.3%
B = 51.66%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8934CA (or 0x8934CA) is known color: Dark Orchid. HEX triplet: 89, 34 and CA. RGB value is (137,52,202). Sum of RGB (Red+Green+Blue) = 137+52+202=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #8934CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934CA is #76CB35. Grayscale: #5E5E5E. Windows color (decimal): -7785270 or 13251721. OLE color: 13251721.

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

Color convert

RGB 137 52 202 -
CMYK 0.32 0.74 0 0.21
HSL 274º 0.59% 0.5% -
HSV(B) 274º 0.74% 0.79% -
XYZ 22.21 12.04 57.03 -
YUV 94.52 188.66 158.3 -
System Red Green Blue C M Y K H S L
Decimal 137 52 202 0.32 0.74 0 0.21 274 0.59 0.5
Hex 89 34 CA 20 4A 0 15 112 3B 32
Octal 211 64 312 40 112 0 25 422 73 62
Binary 10001001 110100 11001010 100000 1001010 0 10101 100010010 111011 110010

Color Harmonies of #8934CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8934CA

Black with #8934CA

Text Example


Text Example

White with #8934CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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