Html Css Color HEX #8633B4 Dark Orchid

📋 copy color: '#8633B4'

red 134 ◦ green 51 ◦ blue 180

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

Shades of Dark Orchid #8633B4

Tints of Dark Orchid #8633B4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

 BLUE value IS 180 (70.7% from 255) = 49.32%

R = 36.71%
G = 13.97%
B = 49.32%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8633B4 (or 0x8633B4) is known color: Dark Orchid. HEX triplet: 86, 33 and B4. RGB value is (134,51,180). Sum of RGB (Red+Green+Blue) = 134+51+180=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #8633B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8633B4 is #79CC4B. Grayscale: #5A5A5A. Windows color (decimal): -7982156 or 11809670. OLE color: 11809670.

HSL color Cylindrical-coordinate representation of color #8633B4: hue angle of 278.6º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8633B4 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 51 180 -
CMYK 0.26 0.72 0 0.29
HSL 278.6º 0.56% 0.45% -
HSV(B) 278.6º 0.72% 0.71% -
XYZ 19.25 10.73 44.24 -
YUV 90.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 134 51 180 0.26 0.72 0 0.29 278.6 0.56 0.45
Hex 86 33 B4 1A 48 0 1D 117 38 2D
Octal 206 63 264 32 110 0 35 427 70 55
Binary 10000110 110011 10110100 11010 1001000 0 11101 100010111 111000 101101

Color Harmonies of #8633B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8633B4

Black with #8633B4

Text Example


Text Example

White with #8633B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8633B4; }

 p { color: rgb(134,51,180); }

 H1.HeaderClassName
 {
   color: #8633B4;
 }
 .AnyTagClassName
 {
   color: #8633B4;
 }
</style>

background-color css

<style>
 a { background-color: #8633B4; }

 a { background-color: rgb(134,51,180); }

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

border-color css

<style>
 span { border-color: #8633B4; }

 span { border-color: rgb(134,51,180); }

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