Html Css Color HEX #8643C9 Dark Orchid

📋 copy color: '#8643C9'

red 134 ◦ green 67 ◦ blue 201

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

Shades of Dark Orchid #8643C9

Tints of Dark Orchid #8643C9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

 BLUE value IS 201 (78.91% from 255) = 50%

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8643C9 (or 0x8643C9) is known color: Dark Orchid. HEX triplet: 86, 43 and C9. RGB value is (134,67,201). Sum of RGB (Red+Green+Blue) = 134+67+201=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #8643C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8643C9 is #79BC36. Grayscale: #656565. Windows color (decimal): -7978039 or 13190022. OLE color: 13190022.

HSL color Cylindrical-coordinate representation of color #8643C9: hue angle of 270º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8643C9 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 67 201 -
CMYK 0.33 0.67 0 0.21
HSL 270º 0.55% 0.53% -
HSV(B) 270º 0.67% 0.79% -
XYZ 22.38 13.3 56.65 -
YUV 102.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 134 67 201 0.33 0.67 0 0.21 270 0.55 0.53
Hex 86 43 C9 21 43 0 15 10E 37 35
Octal 206 103 311 41 103 0 25 416 67 65
Binary 10000110 1000011 11001001 100001 1000011 0 10101 100001110 110111 110101

Color Harmonies of #8643C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8643C9

Black with #8643C9

Text Example


Text Example

White with #8643C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8643C9; }

 p { color: rgb(134,67,201); }

 H1.HeaderClassName
 {
   color: #8643C9;
 }
 .AnyTagClassName
 {
   color: #8643C9;
 }
</style>

background-color css

<style>
 a { background-color: #8643C9; }

 a { background-color: rgb(134,67,201); }

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

border-color css

<style>
 span { border-color: #8643C9; }

 span { border-color: rgb(134,67,201); }

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