Html Css Color HEX #8925BC Dark Orchid

📋 copy color: '#8925BC'

red 137 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #8925BC

Tints of Dark Orchid #8925BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.22%

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 37.85%
G = 10.22%
B = 51.93%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8925BC (or 0x8925BC) is known color: Dark Orchid. HEX triplet: 89, 25 and BC. RGB value is (137,37,188). Sum of RGB (Red+Green+Blue) = 137+37+188=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #8925BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8925BC is #76DA43. Grayscale: #535353. Windows color (decimal): -7789124 or 12330377. OLE color: 12330377.

HSL color Cylindrical-coordinate representation of color #8925BC: hue angle of 279.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8925BC is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 37 188 -
CMYK 0.27 0.80 0 0.26
HSL 279.74º 0.67% 0.44% -
HSV(B) 279.74º 0.8% 0.74% -
XYZ 20.06 10.27 48.5 -
YUV 84.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 137 37 188 0.27 0.80 0 0.26 279.74 0.67 0.44
Hex 89 25 BC 1B 50 0 1A 118 43 2C
Octal 211 45 274 33 120 0 32 430 103 54
Binary 10001001 100101 10111100 11011 1010000 0 11010 100011000 1000011 101100

Color Harmonies of #8925BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8925BC

Black with #8925BC

Text Example


Text Example

White with #8925BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8925BC; }

 p { color: rgb(137,37,188); }

 H1.HeaderClassName
 {
   color: #8925BC;
 }
 .AnyTagClassName
 {
   color: #8925BC;
 }
</style>

background-color css

<style>
 a { background-color: #8925BC; }

 a { background-color: rgb(137,37,188); }

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

border-color css

<style>
 span { border-color: #8925BC; }

 span { border-color: rgb(137,37,188); }

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