Html Css Color HEX #8F30BF Dark Orchid

📋 copy color: '#8F30BF'

red 143 ◦ green 48 ◦ blue 191

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

Shades of Dark Orchid #8F30BF

Tints of Dark Orchid #8F30BF

RGB

 RED value IS 143 (56.25% from 255) = 37.43%

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

 BLUE value IS 191 (75% from 255) = 50%

R = 37.43%
G = 12.57%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F30BF (or 0x8F30BF) is known color: Dark Orchid. HEX triplet: 8F, 30 and BF. RGB value is (143,48,191). Sum of RGB (Red+Green+Blue) = 143+48+191=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F30BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F30BF is #70CF40. Grayscale: #5C5C5C. Windows color (decimal): -7393089 or 12529807. OLE color: 12529807.

HSL color Cylindrical-coordinate representation of color #8F30BF: hue angle of 279.86º 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 #8F30BF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 48 191 -
CMYK 0.25 0.75 0 0.25
HSL 279.86º 0.6% 0.47% -
HSV(B) 279.86º 0.75% 0.75% -
XYZ 21.79 11.72 50.4 -
YUV 92.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 143 48 191 0.25 0.75 0 0.25 279.86 0.6 0.47
Hex 8F 30 BF 19 4B 0 19 118 3C 2F
Octal 217 60 277 31 113 0 31 430 74 57
Binary 10001111 110000 10111111 11001 1001011 0 11001 100011000 111100 101111

Color Harmonies of #8F30BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F30BF

Black with #8F30BF

Text Example


Text Example

White with #8F30BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,48,191); }

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

background-color css

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

 a { background-color: rgb(143,48,191); }

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

border-color css

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

 span { border-color: rgb(143,48,191); }

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