Html Css Color HEX #8633BC Dark Orchid

📋 copy color: '#8633BC'

red 134 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #8633BC

Tints of Dark Orchid #8633BC

RGB

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

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

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

R = 35.92%
G = 13.67%
B = 50.4%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8633BC (or 0x8633BC) is known color: Dark Orchid. HEX triplet: 86, 33 and BC. RGB value is (134,51,188). Sum of RGB (Red+Green+Blue) = 134+51+188=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8633BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8633BC is #79CC43. Grayscale: #5A5A5A. Windows color (decimal): -7982148 or 12333958. OLE color: 12333958.

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

Color convert

RGB 134 51 188 -
CMYK 0.29 0.73 0 0.26
HSL 276.35º 0.57% 0.47% -
HSV(B) 276.35º 0.73% 0.74% -
XYZ 20.09 11.07 48.65 -
YUV 91.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 134 51 188 0.29 0.73 0 0.26 276.35 0.57 0.47
Hex 86 33 BC 1D 49 0 1A 114 39 2F
Octal 206 63 274 35 111 0 32 424 71 57
Binary 10000110 110011 10111100 11101 1001001 0 11010 100010100 111001 101111

Color Harmonies of #8633BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8633BC

Black with #8633BC

Text Example


Text Example

White with #8633BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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