Html Css Color HEX #8923BD Dark Orchid

📋 copy color: '#8923BD'

red 137 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #8923BD

Tints of Dark Orchid #8923BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 37.95%
G = 9.7%
B = 52.35%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8923BD (or 0x8923BD) is known color: Dark Orchid. HEX triplet: 89, 23 and BD. RGB value is (137,35,189). Sum of RGB (Red+Green+Blue) = 137+35+189=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #8923BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8923BD is #76DC42. Grayscale: #525252. Windows color (decimal): -7789635 or 12395401. OLE color: 12395401.

HSL color Cylindrical-coordinate representation of color #8923BD: hue angle of 279.74º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8923BD is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 35 189 -
CMYK 0.28 0.81 0 0.26
HSL 279.74º 0.69% 0.44% -
HSV(B) 279.74º 0.81% 0.74% -
XYZ 20.1 10.19 49.05 -
YUV 83.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 137 35 189 0.28 0.81 0 0.26 279.74 0.69 0.44
Hex 89 23 BD 1C 51 0 1A 118 45 2C
Octal 211 43 275 34 121 0 32 430 105 54
Binary 10001001 100011 10111101 11100 1010001 0 11010 100011000 1000101 101100

Color Harmonies of #8923BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8923BD

Black with #8923BD

Text Example


Text Example

White with #8923BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8923BD; }

 p { color: rgb(137,35,189); }

 H1.HeaderClassName
 {
   color: #8923BD;
 }
 .AnyTagClassName
 {
   color: #8923BD;
 }
</style>

background-color css

<style>
 a { background-color: #8923BD; }

 a { background-color: rgb(137,35,189); }

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

border-color css

<style>
 span { border-color: #8923BD; }

 span { border-color: rgb(137,35,189); }

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