Html Css Color HEX #8B48CF Dark Orchid

📋 copy color: '#8B48CF'

red 139 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #8B48CF

Tints of Dark Orchid #8B48CF

RGB

 RED value IS 139 (54.69% from 255) = 33.25%

 GREEN value IS 72 (28.52% from 255) = 17.22%

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

R = 33.25%
G = 17.22%
B = 49.52%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B48CF (or 0x8B48CF) is known color: Dark Orchid. HEX triplet: 8B, 48 and CF. RGB value is (139,72,207). Sum of RGB (Red+Green+Blue) = 139+72+207=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B48CF is #74B730. Grayscale: #6A6A6A. Windows color (decimal): -7649073 or 13584523. OLE color: 13584523.

HSL color Cylindrical-coordinate representation of color #8B48CF: hue angle of 269.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B48CF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 72 207 -
CMYK 0.33 0.65 0 0.19
HSL 269.78º 0.58% 0.55% -
HSV(B) 269.78º 0.65% 0.81% -
XYZ 24.23 14.63 60.58 -
YUV 107.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 139 72 207 0.33 0.65 0 0.19 269.78 0.58 0.55
Hex 8B 48 CF 21 41 0 13 10E 3A 37
Octal 213 110 317 41 101 0 23 416 72 67
Binary 10001011 1001000 11001111 100001 1000001 0 10011 100001110 111010 110111

Color Harmonies of #8B48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B48CF

Black with #8B48CF

Text Example


Text Example

White with #8B48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,72,207); }

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

background-color css

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

 a { background-color: rgb(139,72,207); }

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

border-color css

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

 span { border-color: rgb(139,72,207); }

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