Html Css Color HEX #8F38B3 Dark Orchid

📋 copy color: '#8F38B3'

red 143 ◦ green 56 ◦ blue 179

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

Shades of Dark Orchid #8F38B3

Tints of Dark Orchid #8F38B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.35%

R = 37.83%
G = 14.81%
B = 47.35%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8F38B3 (or 0x8F38B3) is known color: Dark Orchid. HEX triplet: 8F, 38 and B3. RGB value is (143,56,179). Sum of RGB (Red+Green+Blue) = 143+56+179=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F38B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38B3 is #70C74C. Grayscale: #5F5F5F. Windows color (decimal): -7391053 or 11745423. OLE color: 11745423.

HSL color Cylindrical-coordinate representation of color #8F38B3: hue angle of 282.44º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F38B3 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 56 179 -
CMYK 0.20 0.69 0 0.30
HSL 282.44º 0.52% 0.46% -
HSV(B) 282.44º 0.69% 0.7% -
XYZ 20.88 11.92 43.85 -
YUV 96.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 143 56 179 0.20 0.69 0 0.30 282.44 0.52 0.46
Hex 8F 38 B3 14 45 0 1E 11A 34 2E
Octal 217 70 263 24 105 0 36 432 64 56
Binary 10001111 111000 10110011 10100 1000101 0 11110 100011010 110100 101110

Color Harmonies of #8F38B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F38B3

Black with #8F38B3

Text Example


Text Example

White with #8F38B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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