Html Css Color HEX #8930CF Dark Orchid

📋 copy color: '#8930CF'

red 137 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #8930CF

Tints of Dark Orchid #8930CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.24%

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 34.95%
G = 12.24%
B = 52.81%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8930CF (or 0x8930CF) is known color: Dark Orchid. HEX triplet: 89, 30 and CF. RGB value is (137,48,207). Sum of RGB (Red+Green+Blue) = 137+48+207=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #8930CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8930CF is #76CF30. Grayscale: #5C5C5C. Windows color (decimal): -7786289 or 13578377. OLE color: 13578377.

HSL color Cylindrical-coordinate representation of color #8930CF: hue angle of 273.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8930CF is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 48 207 -
CMYK 0.34 0.77 0 0.19
HSL 273.58º 0.62% 0.5% -
HSV(B) 273.58º 0.77% 0.81% -
XYZ 22.64 11.94 60.14 -
YUV 92.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 137 48 207 0.34 0.77 0 0.19 273.58 0.62 0.5
Hex 89 30 CF 22 4D 0 13 112 3E 32
Octal 211 60 317 42 115 0 23 422 76 62
Binary 10001001 110000 11001111 100010 1001101 0 10011 100010010 111110 110010

Color Harmonies of #8930CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8930CF

Black with #8930CF

Text Example


Text Example

White with #8930CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8930CF; }

 p { color: rgb(137,48,207); }

 H1.HeaderClassName
 {
   color: #8930CF;
 }
 .AnyTagClassName
 {
   color: #8930CF;
 }
</style>

background-color css

<style>
 a { background-color: #8930CF; }

 a { background-color: rgb(137,48,207); }

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

border-color css

<style>
 span { border-color: #8930CF; }

 span { border-color: rgb(137,48,207); }

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