Html Css Color HEX #8F38C3 Dark Orchid

📋 copy color: '#8F38C3'

red 143 ◦ green 56 ◦ blue 195

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

Shades of Dark Orchid #8F38C3

Tints of Dark Orchid #8F38C3

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.21%

 BLUE value IS 195 (76.56% from 255) = 49.49%

R = 36.29%
G = 14.21%
B = 49.49%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F38C3 (or 0x8F38C3) is known color: Dark Orchid. HEX triplet: 8F, 38 and C3. RGB value is (143,56,195). Sum of RGB (Red+Green+Blue) = 143+56+195=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F38C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38C3 is #70C73C. Grayscale: #616161. Windows color (decimal): -7391037 or 12793999. OLE color: 12793999.

HSL color Cylindrical-coordinate representation of color #8F38C3: hue angle of 277.55º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F38C3 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 56 195 -
CMYK 0.27 0.71 0 0.24
HSL 277.55º 0.55% 0.49% -
HSV(B) 277.55º 0.71% 0.76% -
XYZ 22.59 12.61 52.87 -
YUV 97.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 143 56 195 0.27 0.71 0 0.24 277.55 0.55 0.49
Hex 8F 38 C3 1B 47 0 18 116 37 31
Octal 217 70 303 33 107 0 30 426 67 61
Binary 10001111 111000 11000011 11011 1000111 0 11000 100010110 110111 110001

Color Harmonies of #8F38C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F38C3

Black with #8F38C3

Text Example


Text Example

White with #8F38C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,56,195); }

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

background-color css

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

 a { background-color: rgb(143,56,195); }

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

border-color css

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

 span { border-color: rgb(143,56,195); }

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