Html Css Color HEX #8B23C1 Dark Orchid

📋 copy color: '#8B23C1'

red 139 ◦ green 35 ◦ blue 193

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

Shades of Dark Orchid #8B23C1

Tints of Dark Orchid #8B23C1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

 BLUE value IS 193 (75.78% from 255) = 52.59%

R = 37.87%
G = 9.54%
B = 52.59%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8B23C1 (or 0x8B23C1) is known color: Dark Orchid. HEX triplet: 8B, 23 and C1. RGB value is (139,35,193). Sum of RGB (Red+Green+Blue) = 139+35+193=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B23C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B23C1 is #74DC3E. Grayscale: #535353. Windows color (decimal): -7658559 or 12657547. OLE color: 12657547.

HSL color Cylindrical-coordinate representation of color #8B23C1: hue angle of 279.49º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B23C1 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 35 193 -
CMYK 0.28 0.82 0 0.24
HSL 279.49º 0.69% 0.45% -
HSV(B) 279.49º 0.82% 0.76% -
XYZ 20.87 10.54 51.39 -
YUV 84.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 139 35 193 0.28 0.82 0 0.24 279.49 0.69 0.45
Hex 8B 23 C1 1C 52 0 18 117 45 2D
Octal 213 43 301 34 122 0 30 427 105 55
Binary 10001011 100011 11000001 11100 1010010 0 11000 100010111 1000101 101101

Color Harmonies of #8B23C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B23C1

Black with #8B23C1

Text Example


Text Example

White with #8B23C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,35,193); }

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

background-color css

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

 a { background-color: rgb(139,35,193); }

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

border-color css

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

 span { border-color: rgb(139,35,193); }

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