Html Css Color HEX #8C30BE Dark Orchid

📋 copy color: '#8C30BE'

red 140 ◦ green 48 ◦ blue 190

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

Shades of Dark Orchid #8C30BE

Tints of Dark Orchid #8C30BE

RGB

 RED value IS 140 (55.08% from 255) = 37.04%

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 37.04%
G = 12.7%
B = 50.26%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C30BE (or 0x8C30BE) is known color: Dark Orchid. HEX triplet: 8C, 30 and BE. RGB value is (140,48,190). Sum of RGB (Red+Green+Blue) = 140+48+190=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C30BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30BE is #73CF41. Grayscale: #5B5B5B. Windows color (decimal): -7589698 or 12464268. OLE color: 12464268.

HSL color Cylindrical-coordinate representation of color #8C30BE: hue angle of 278.87º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C30BE is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 48 190 -
CMYK 0.26 0.75 0 0.25
HSL 278.87º 0.6% 0.47% -
HSV(B) 278.87º 0.75% 0.75% -
XYZ 21.17 11.41 49.8 -
YUV 91.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 140 48 190 0.26 0.75 0 0.25 278.87 0.6 0.47
Hex 8C 30 BE 1A 4B 0 19 117 3C 2F
Octal 214 60 276 32 113 0 31 427 74 57
Binary 10001100 110000 10111110 11010 1001011 0 11001 100010111 111100 101111

Color Harmonies of #8C30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C30BE

Black with #8C30BE

Text Example


Text Example

White with #8C30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C30BE; }

 p { color: rgb(140,48,190); }

 H1.HeaderClassName
 {
   color: #8C30BE;
 }
 .AnyTagClassName
 {
   color: #8C30BE;
 }
</style>

background-color css

<style>
 a { background-color: #8C30BE; }

 a { background-color: rgb(140,48,190); }

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

border-color css

<style>
 span { border-color: #8C30BE; }

 span { border-color: rgb(140,48,190); }

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