Html Css Color HEX #8638CB Dark Orchid

📋 copy color: '#8638CB'

red 134 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #8638CB

Tints of Dark Orchid #8638CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 34.1%
G = 14.25%
B = 51.65%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8638CB (or 0x8638CB) is known color: Dark Orchid. HEX triplet: 86, 38 and CB. RGB value is (134,56,203). Sum of RGB (Red+Green+Blue) = 134+56+203=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #8638CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8638CB is #79C734. Grayscale: #5F5F5F. Windows color (decimal): -7980853 or 13318278. OLE color: 13318278.

HSL color Cylindrical-coordinate representation of color #8638CB: hue angle of 271.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8638CB is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 56 203 -
CMYK 0.34 0.72 0 0.20
HSL 271.84º 0.59% 0.51% -
HSV(B) 271.84º 0.72% 0.8% -
XYZ 22.03 12.21 57.7 -
YUV 96.08 188.34 155.05 -
System Red Green Blue C M Y K H S L
Decimal 134 56 203 0.34 0.72 0 0.20 271.84 0.59 0.51
Hex 86 38 CB 22 48 0 14 110 3B 33
Octal 206 70 313 42 110 0 24 420 73 63
Binary 10000110 111000 11001011 100010 1001000 0 10100 100010000 111011 110011

Color Harmonies of #8638CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8638CB

Black with #8638CB

Text Example


Text Example

White with #8638CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8638CB; }

 p { color: rgb(134,56,203); }

 H1.HeaderClassName
 {
   color: #8638CB;
 }
 .AnyTagClassName
 {
   color: #8638CB;
 }
</style>

background-color css

<style>
 a { background-color: #8638CB; }

 a { background-color: rgb(134,56,203); }

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

border-color css

<style>
 span { border-color: #8638CB; }

 span { border-color: rgb(134,56,203); }

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