Html Css Color HEX #8938CB Dark Orchid

📋 copy color: '#8938CB'

red 137 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #8938CB

Tints of Dark Orchid #8938CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 34.6%
G = 14.14%
B = 51.26%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8938CB (or 0x8938CB) is known color: Dark Orchid. HEX triplet: 89, 38 and CB. RGB value is (137,56,203). Sum of RGB (Red+Green+Blue) = 137+56+203=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #8938CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938CB is #76C734. Grayscale: #606060. Windows color (decimal): -7784245 or 13318281. OLE color: 13318281.

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

Color convert

RGB 137 56 203 -
CMYK 0.33 0.72 0 0.20
HSL 273.06º 0.59% 0.51% -
HSV(B) 273.06º 0.72% 0.8% -
XYZ 22.51 12.46 57.72 -
YUV 96.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 137 56 203 0.33 0.72 0 0.20 273.06 0.59 0.51
Hex 89 38 CB 21 48 0 14 111 3B 33
Octal 211 70 313 41 110 0 24 421 73 63
Binary 10001001 111000 11001011 100001 1001000 0 10100 100010001 111011 110011

Color Harmonies of #8938CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8938CB

Black with #8938CB

Text Example


Text Example

White with #8938CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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