Html Css Color HEX #8638CC Dark Orchid

📋 copy color: '#8638CC'

red 134 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #8638CC

Tints of Dark Orchid #8638CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 34.01%
G = 14.21%
B = 51.78%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8638CC (or 0x8638CC) is known color: Dark Orchid. HEX triplet: 86, 38 and CC. RGB value is (134,56,204). Sum of RGB (Red+Green+Blue) = 134+56+204=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #8638CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8638CC is #79C733. Grayscale: #5F5F5F. Windows color (decimal): -7980852 or 13383814. OLE color: 13383814.

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

Color convert

RGB 134 56 204 -
CMYK 0.34 0.73 0 0.2
HSL 271.62º 0.59% 0.51% -
HSV(B) 271.62º 0.73% 0.8% -
XYZ 22.14 12.26 58.33 -
YUV 96.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 134 56 204 0.34 0.73 0 0.2 271.62 0.59 0.51
Hex 86 38 CC 22 49 0 14 110 3B 33
Octal 206 70 314 42 111 0 24 420 73 63
Binary 10000110 111000 11001100 100010 1001001 0 10100 100010000 111011 110011

Color Harmonies of #8638CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8638CC

Black with #8638CC

Text Example


Text Example

White with #8638CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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