Html Css Color HEX #8623BC Dark Orchid

📋 copy color: '#8623BC'

red 134 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #8623BC

Tints of Dark Orchid #8623BC

RGB

 RED value IS 134 (52.73% from 255) = 37.54%

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 37.54%
G = 9.8%
B = 52.66%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8623BC (or 0x8623BC) is known color: Dark Orchid. HEX triplet: 86, 23 and BC. RGB value is (134,35,188). Sum of RGB (Red+Green+Blue) = 134+35+188=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #8623BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8623BC is #79DC43. Grayscale: #515151. Windows color (decimal): -7986244 or 12329862. OLE color: 12329862.

HSL color Cylindrical-coordinate representation of color #8623BC: hue angle of 278.82º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8623BC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 35 188 -
CMYK 0.29 0.81 0 0.26
HSL 278.82º 0.69% 0.44% -
HSV(B) 278.82º 0.81% 0.74% -
XYZ 19.51 9.9 48.46 -
YUV 82.04 187.8 165.06 -
System Red Green Blue C M Y K H S L
Decimal 134 35 188 0.29 0.81 0 0.26 278.82 0.69 0.44
Hex 86 23 BC 1D 51 0 1A 117 45 2C
Octal 206 43 274 35 121 0 32 427 105 54
Binary 10000110 100011 10111100 11101 1010001 0 11010 100010111 1000101 101100

Color Harmonies of #8623BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8623BC

Black with #8623BC

Text Example


Text Example

White with #8623BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8623BC; }

 p { color: rgb(134,35,188); }

 H1.HeaderClassName
 {
   color: #8623BC;
 }
 .AnyTagClassName
 {
   color: #8623BC;
 }
</style>

background-color css

<style>
 a { background-color: #8623BC; }

 a { background-color: rgb(134,35,188); }

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

border-color css

<style>
 span { border-color: #8623BC; }

 span { border-color: rgb(134,35,188); }

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