Html Css Color HEX #8938CC Dark Orchid

📋 copy color: '#8938CC'

red 137 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #8938CC

Tints of Dark Orchid #8938CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.11%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 34.51%
G = 14.11%
B = 51.39%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8938CC (or 0x8938CC) is known color: Dark Orchid. HEX triplet: 89, 38 and CC. RGB value is (137,56,204). Sum of RGB (Red+Green+Blue) = 137+56+204=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #8938CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938CC is #76C733. Grayscale: #606060. Windows color (decimal): -7784244 or 13383817. OLE color: 13383817.

HSL color Cylindrical-coordinate representation of color #8938CC: hue angle of 272.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8938CC is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 56 204 -
CMYK 0.33 0.73 0 0.2
HSL 272.84º 0.59% 0.51% -
HSV(B) 272.84º 0.73% 0.8% -
XYZ 22.63 12.51 58.35 -
YUV 97.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 137 56 204 0.33 0.73 0 0.2 272.84 0.59 0.51
Hex 89 38 CC 21 49 0 14 111 3B 33
Octal 211 70 314 41 111 0 24 421 73 63
Binary 10001001 111000 11001100 100001 1001001 0 10100 100010001 111011 110011

Color Harmonies of #8938CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8938CC

Black with #8938CC

Text Example


Text Example

White with #8938CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8938CC; }

 p { color: rgb(137,56,204); }

 H1.HeaderClassName
 {
   color: #8938CC;
 }
 .AnyTagClassName
 {
   color: #8938CC;
 }
</style>

background-color css

<style>
 a { background-color: #8938CC; }

 a { background-color: rgb(137,56,204); }

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

border-color css

<style>
 span { border-color: #8938CC; }

 span { border-color: rgb(137,56,204); }

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